diff options
| author | Silas Schöffel <sils@sils.li> | 2024-04-04 16:33:47 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2024-04-04 16:33:47 +0200 |
| commit | bbd4ce79a80c61f2e377e55d9123a93fb9fbbc3e (patch) | |
| tree | 2dbca425d0d8a5427763a52dde52fd516a424601 /flake.nix | |
| parent | nixvim: remove cmp.settings.preselect (diff) | |
| download | nix-config-bbd4ce79a80c61f2e377e55d9123a93fb9fbbc3e.zip | |
treewide: add stylix
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
