summaryrefslogtreecommitdiff
path: root/home/stylix.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-10 23:32:21 +0100
committeradikro <adikro@disroot.org>2025-11-10 23:32:21 +0100
commit9e89a97d16d5cc697c3f1d9b2572609d9755c133 (patch)
treeda5dea76be486ab4514b3e20bf09c07144e087fe /home/stylix.nix
test
Diffstat (limited to 'home/stylix.nix')
-rw-r--r--home/stylix.nix8
1 files changed, 8 insertions, 0 deletions
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;
+ };
+}