From 617119491f1368afdc90f8092b2a0670163a73c3 Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Wed, 19 Mar 2025 18:27:28 +0100 Subject: [PATCH] Add Adwaita and dconf --- hosts/default/system/pkgs.nix | 2 ++ hosts/sputnik/configuration.nix | 3 +++ 2 files changed, 5 insertions(+) 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 = {