diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 13:37:37 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 13:37:37 +0200 |
| commit | c925e4eb8052e73618dfe33d3fc6fd4adfd2a598 (patch) | |
| tree | 940a5cd329718b7ffca1da6dfc6fc8d0ca98e59a | |
| parent | fc4fc2457b0733b7cc5e300f4e71e9865d374263 (diff) | |
Added iconthemecustom-niri-rice
| -rw-r--r-- | home/rices/finals/stylix.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/rices/finals/stylix.nix b/home/rices/finals/stylix.nix index 447e0dd..dd9f314 100644 --- a/home/rices/finals/stylix.nix +++ b/home/rices/finals/stylix.nix @@ -9,5 +9,9 @@ }; gtk = { enable = true; + iconTheme = { + package = pkgs.gruvbox-dark-icons-gtk; + name = "gruvbox-dark-icons"; + }; }; } |
