diff --git a/hosts/default/system/pkgs.nix b/hosts/default/system/pkgs.nix index 8056b4a..1e6dbd9 100644 --- a/hosts/default/system/pkgs.nix +++ b/hosts/default/system/pkgs.nix @@ -101,7 +101,9 @@ wf-recorder qbittorrent superTuxKart + adwaita-icon-theme ]; + fonts = { fontconfig.enable = true; diff --git a/hosts/sputnik/configuration.nix b/hosts/sputnik/configuration.nix index c6fa2a7..c2edc37 100644 --- a/hosts/sputnik/configuration.nix +++ b/hosts/sputnik/configuration.nix @@ -50,6 +50,9 @@ programs = { nix-ld.enable = true; fish.enable = true; + dconf = { + enable = true; + }; }; environment.etc = {