mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 12:15:38 +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/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
|
||||||
|
Loading…
Reference in New Issue
Block a user