mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 11:05:37 +00:00
color update and decrypt git zfs dataset
This commit is contained in:
parent
bf58cf62d3
commit
c338ff5579
@ -74,6 +74,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
"tank/archive"
|
||||
"tank/generic"
|
||||
"tank/nextcloud"
|
||||
"tank/generic/git"
|
||||
];
|
||||
# If password is requested and fails, continue to boot eventually
|
||||
passwordTimeout = 300;
|
||||
@ -86,7 +87,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
# Still require colors for programs like Neovim, K9S
|
||||
theme = {
|
||||
colors = (import ../../colorscheme/gruvbox).dark;
|
||||
colors = (import ../../colorscheme/gruvbox-dark).dark;
|
||||
};
|
||||
|
||||
# Programs and services
|
||||
|
Loading…
Reference in New Issue
Block a user