color update and decrypt git zfs dataset

This commit is contained in:
Noah Masur 2024-04-14 04:07:04 +00:00
parent bf58cf62d3
commit c338ff5579
No known key found for this signature in database

View File

@ -74,6 +74,7 @@ inputs.nixpkgs.lib.nixosSystem {
"tank/archive" "tank/archive"
"tank/generic" "tank/generic"
"tank/nextcloud" "tank/nextcloud"
"tank/generic/git"
]; ];
# If password is requested and fails, continue to boot eventually # If password is requested and fails, continue to boot eventually
passwordTimeout = 300; passwordTimeout = 300;
@ -86,7 +87,7 @@ inputs.nixpkgs.lib.nixosSystem {
# Still require colors for programs like Neovim, K9S # Still require colors for programs like Neovim, K9S
theme = { theme = {
colors = (import ../../colorscheme/gruvbox).dark; colors = (import ../../colorscheme/gruvbox-dark).dark;
}; };
# Programs and services # Programs and services