diff options
Diffstat (limited to 'home/rices/finals/stylix.nix')
| -rw-r--r-- | home/rices/finals/stylix.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; + }; +} |
