From 9e89a97d16d5cc697c3f1d9b2572609d9755c133 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 10 Nov 2025 23:32:21 +0100 Subject: test --- home/stylix.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 home/stylix.nix (limited to 'home/stylix.nix') diff --git a/home/stylix.nix b/home/stylix.nix new file mode 100644 index 0000000..16830cc --- /dev/null +++ b/home/stylix.nix @@ -0,0 +1,8 @@ +{ inputs, ... }: +{ + imports = [ inputs.stylix.homeModules.stylix ]; + + stylix = { + enable = true; + }; +} -- cgit v1.3