From 8a47c7ebcd39c32e3b566d0ed1b645a82b55f9e3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 20 Apr 2026 11:34:55 +0200 Subject: Add boilerplate for a niri rice (The Finals theemd) --- home/rices/finals/stylix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/rices/finals/stylix.nix (limited to 'home/rices/finals/stylix.nix') diff --git a/home/rices/finals/stylix.nix b/home/rices/finals/stylix.nix new file mode 100644 index 0000000..97988f3 --- /dev/null +++ b/home/rices/finals/stylix.nix @@ -0,0 +1,9 @@ +{pkgs, ...}: { + stylix.targets = { + kitty.enable = false; + dunst.enable = false; + }; + gtk = { + enable = true; + }; +} -- cgit v1.2.3