Made a distinct variable for the color scheme name in flake.nix, made a script 'chscheme' that allows one to easily change said variable

This commit is contained in:
pagedmov
2024-10-20 05:11:59 -04:00
parent 46fa639f18
commit 50fa171e6c
5 changed files with 54 additions and 20 deletions

View File

@@ -102,6 +102,9 @@
self = self;
pkgs = pkgs;
};
chscheme = import ./nix/chscheme.nix {
pkgs = pkgs;
};
nixcommit = import ./nix/nixcommit.nix {
host = host;
self = self;
@@ -114,6 +117,7 @@
in {
home.packages = [
compress
chscheme
passhelper
crs
extract