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

@@ -0,0 +1,5 @@
{
pkgs,
}:
pkgs.writeShellScriptBin "chscheme" (builtins.readFile ./chscheme.sh)