From 16c0b7ce0cf0a6286554a3bbe60c636871fb75c9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 18 Aug 2025 15:40:09 -0400 Subject: initial commit --- stylix.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stylix.nix (limited to 'stylix.nix') 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; +} -- cgit v1.3.1