aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-29 13:50:58 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-29 13:50:58 +0200
commit94b610b45f33f7d18e12ade76871df1ba3d98399 (patch)
tree61a8aa5f35741a93be4116489cd4fef32d71a7a7 /nixos
parentbbb7342f1118d7964e512034d84238b6c141f0d0 (diff)
downloadnixos-personal-94b610b45f33f7d18e12ade76871df1ba3d98399.tar.gz
nixos-personal-94b610b45f33f7d18e12ade76871df1ba3d98399.tar.bz2
nixos-personal-94b610b45f33f7d18e12ade76871df1ba3d98399.zip
nixos: theme for desktop and ldns's drill instead of dig
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/desktop.nix2
-rw-r--r--nixos/modules/generic.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index d04b1fb..3116ba4 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -37,6 +37,7 @@ in {
services.gpm.enable = true;
programs.sway.enable = true;
+ programs.sway.wrapperFeatures.gtk = true;
programs.sway.extraPackages = with pkgs; [
gnome.dconf-editor
glib gsettings-desktop-schemas
@@ -70,6 +71,7 @@ in {
feh shotwell id3lib
vlc mpv youtube-dl
+ nordic
delft-icon-theme gnome3.adwaita-icon-theme
vanilla-dmz
sound-theme-freedesktop
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index 67a80f8..da113ab 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -30,7 +30,7 @@ with lib;
git # We need git for this repository to even work
# Administration tools
coreutils moreutils psmisc progress lshw file
- dig
+ ldns
gnumake
exfat exfatprogs
nix-index