mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 09:58:29 +02:00
remove crowdsec and add tpm key
This commit is contained in:
parent
74a4348d1d
commit
970ddcdacb
13 changed files with 23 additions and 123 deletions
|
@ -58,6 +58,7 @@
|
|||
rustfmt
|
||||
clippy
|
||||
gcc
|
||||
nodejs_20
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
@ -78,7 +79,7 @@
|
|||
defaultApplications =
|
||||
let
|
||||
image-viewers = [ "imv.desktop" "gimp.desktop" "swappy.desktop" "org.qutebrowser.qutebrowser.desktop" "google-chrome.desktop" ];
|
||||
browsers = [ "google-chrome.desktop" "org.qutebrowser.qutebrowser.desktop" ];
|
||||
browsers = [ "firefox.desktop" "google-chrome.desktop" "org.qutebrowser.qutebrowser.desktop" ];
|
||||
in
|
||||
{
|
||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue