summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index bf0b5872..6f10ef51 100644
--- a/sif.nix
+++ b/sif.nix
@@ -95,6 +95,10 @@
95 package = pkgs.equilux-theme; 95 package = pkgs.equilux-theme;
96 name = "Equilux-compact"; 96 name = "Equilux-compact";
97 }; 97 };
98 iconTheme = {
99 package = pkgs.paper-icon-theme;
100 name = "Paper";
101 };
98 extraConfig = '' 102 extraConfig = ''
99 background = #000000 103 background = #000000
100 user-background = false 104 user-background = false