diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index a30b7fb..f4ca43e 100644 --- a/flake.nix +++ b/flake.nix @@ -87,6 +87,8 @@ rust-overlay.follows = "rust-overlay"; }; }; + + # Theming stylix = { url = "github:danth/stylix"; inputs = { @@ -95,6 +97,11 @@ flake-compat.follows = "flake-compat"; }; }; + + base16-tokyo-night-scheme = { + url = "git+https://git.michaelball.name/gid/base16-tokyo-night-scheme.git"; + flake = false; + }; systems = { url = "git+https://codeberg.org/sils/systems"; # specify systems to evaluate }; @@ -154,6 +161,7 @@ #}}} outputs = { self, + base16-tokyo-night-scheme, nixpkgs, home-manager, prismlauncher, @@ -208,6 +216,7 @@ nixosConfigurations = import ./flake/nixosConfigurations { inherit self + base16-tokyo-night-scheme nixpkgs home-manager prismlauncher |