summaryrefslogtreecommitdiffstats
path: root/stylix.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-18 15:40:09 -0400
committerAndrew <admonty1@protonmail.com>2025-08-18 15:40:09 -0400
commit16c0b7ce0cf0a6286554a3bbe60c636871fb75c9 (patch)
treeef38bd560f9c08121c4c567997a22359c22b7582 /stylix.nix
downloadnixos-16c0b7ce0cf0a6286554a3bbe60c636871fb75c9.tar.gz
nixos-16c0b7ce0cf0a6286554a3bbe60c636871fb75c9.tar.bz2
nixos-16c0b7ce0cf0a6286554a3bbe60c636871fb75c9.zip
initial commit
Diffstat (limited to '')
-rw-r--r--stylix.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/stylix.nix b/stylix.nix
new file mode 100644
index 0000000..1bb9f9b
--- /dev/null
+++ b/stylix.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+{
+
+ stylix.enable = true;
+ stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
+ stylix.polarity = "dark";
+ stylix.image = ./backgrounds/hollowknightbackground_2560x1440.png;
+}