summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-04 16:33:47 +0200
committerSilas Schöffel <sils@sils.li>2024-04-04 16:33:47 +0200
commitbbd4ce79a80c61f2e377e55d9123a93fb9fbbc3e (patch)
tree2dbca425d0d8a5427763a52dde52fd516a424601 /flake.nix
parentnixvim: remove cmp.settings.preselect (diff)
downloadnix-config-bbd4ce79a80c61f2e377e55d9123a93fb9fbbc3e.tar.gz
nix-config-bbd4ce79a80c61f2e377e55d9123a93fb9fbbc3e.zip
treewide: add stylix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1d9ae13..e4c34b1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -87,6 +87,14 @@
         rust-overlay.follows = "rust-overlay";
       };
     };
+    stylix = {
+      url = "github:danth/stylix";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+        home-manager.follows = "home-manager";
+        flake-compat.follows = "flake-compat";
+      };
+    };
     systems = {
       url = "git+https://codeberg.org/sils/systems"; #  specify systems to evaluate
     };
@@ -153,6 +161,7 @@
     nixvim,
     impermanence,
     wl-togglescreens,
+    stylix,
     sops-nix,
     flake-utils,
     agenix,
@@ -201,6 +210,7 @@
           nixvim
           impermanence
           wl-togglescreens
+          stylix
           sops-nix
           flake-utils
           agenix