diff options
author | Karel Kočí <cynerd@email.cz> | 2022-09-27 10:22:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-09-27 10:22:35 +0200 |
commit | 73d836119b82fa976ddaf7b5b5048f9b2e7a4002 (patch) | |
tree | 766a5189679dc677152e611055f8b735e1c886c7 /nixos/modules | |
parent | 7b5f6bd95230c4eaac16d3fc2f02365497bd63d7 (diff) | |
download | nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.tar.gz nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.tar.bz2 nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.zip |
Playing around with Mox with new U-Boot
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 = { |