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

@@ -19,7 +19,7 @@
grub.enable = true;
gtk.enable = true;
nixos-icons.enable = true;
nixvim.enable = true;
nixvim.enable = false;
};
cursor = {
package = pkgs.bibata-cursors;