summaryrefslogtreecommitdiff
path: root/home/stylix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/stylix.nix')
-rw-r--r--home/stylix.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/stylix.nix b/home/stylix.nix
deleted file mode 100644
index 16830cc..0000000
--- a/home/stylix.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ inputs, ... }:
-{
- imports = [ inputs.stylix.homeModules.stylix ];
-
- stylix = {
- enable = true;
- };
-}