From 0fdbf0ff9053ff754a94b26f3401e29c14ad1bcb Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Fri, 5 Apr 2024 01:15:43 +0200 Subject: theming: change theme to tokyo-night-dark --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') 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 -- cgit 1.4.1