From 0f4f072b317bafad7016dcb9fdb3a4dd593d7f85 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 10 Apr 2026 12:13:24 +0200 Subject: Add schrottkatze rice: core structure and stylix config default.nix exports {system, home}, system.nix has Niri, GDM, Gruvbox Dark Hard stylix, polkit, audio, fonts, XDG portals. stylix.nix has HM-level target overrides, GTK cursor/icon theme. --- home/rices/schrottkatze/stylix.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 home/rices/schrottkatze/stylix.nix (limited to 'home/rices/schrottkatze/stylix.nix') diff --git a/home/rices/schrottkatze/stylix.nix b/home/rices/schrottkatze/stylix.nix new file mode 100644 index 0000000..a3eaeaa --- /dev/null +++ b/home/rices/schrottkatze/stylix.nix @@ -0,0 +1,23 @@ +{pkgs, ...}: { + stylix.targets = { + helix.enable = false; + btop.enable = false; + nushell.enable = false; + starship.enable = false; + kitty.enable = false; + dunst.enable = false; + wofi.enable = false; + }; + gtk = { + enable = true; + cursorTheme = { + package = pkgs.phinger-cursors; + name = "phinger-cursors"; + size = 30; + }; + iconTheme = { + package = pkgs.gruvbox-dark-icons-gtk; + name = "gruvbox-dark-icons"; + }; + }; +} -- cgit v1.2.3