diff options
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/desktop.nix | 4 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 898db66..f9056c5 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -69,7 +69,7 @@ in { vlc mpv youtube-dl nordic - delft-icon-theme gnome3.adwaita-icon-theme + delft-icon-theme gnome.adwaita-icon-theme vanilla-dmz sound-theme-freedesktop gucharmap @@ -79,7 +79,7 @@ in { samba cifs-utils tigervnc freerdp - kdeconnect + plasma5Packages.kdeconnect-kde hdparm ethtool multipath-tools usb-modeswitch diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 04957b1..ff635cf 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -23,6 +23,7 @@ in { "thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso=" "arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8=" ]; + trusted-users = [ "@wheel" ]; }; registry = { personal.to = { |