From bbd4ce79a80c61f2e377e55d9123a93fb9fbbc3e Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 4 Apr 2024 16:33:47 +0200 Subject: treewide: add stylix --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') 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 -- cgit 1.4.1