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:
5
modules/home/scripts/nix/chscheme.nix
Normal file
5
modules/home/scripts/nix/chscheme.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
}:
|
||||
pkgs.writeShellScriptBin "chscheme" (builtins.readFile ./chscheme.sh)
|
||||
|
||||
Reference in New Issue
Block a user