diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 10 |
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 |