aboutsummaryrefslogtreecommitdiff
path: root/home/rices/schrottkatze/default.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-10 12:13:24 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-10 12:13:24 +0200
commit0f4f072b317bafad7016dcb9fdb3a4dd593d7f85 (patch)
tree00c27ce036e6cadf5baf863998b192249d2228b1 /home/rices/schrottkatze/default.nix
parenta414126dbda913dcc33d5f9546a9f99859d1557f (diff)
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.
Diffstat (limited to 'home/rices/schrottkatze/default.nix')
-rw-r--r--home/rices/schrottkatze/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/rices/schrottkatze/default.nix b/home/rices/schrottkatze/default.nix
new file mode 100644
index 0000000..6b7865d
--- /dev/null
+++ b/home/rices/schrottkatze/default.nix
@@ -0,0 +1,4 @@
+{
+ system = import ./system.nix;
+ home = import ./home.nix;
+}