From c338ff55790a9c46f1d671dbc207ad80cb8d516f Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 14 Apr 2024 04:07:04 +0000 Subject: [PATCH] color update and decrypt git zfs dataset --- hosts/swan/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/swan/default.nix b/hosts/swan/default.nix index a3f16db..63a4f5f 100644 --- a/hosts/swan/default.nix +++ b/hosts/swan/default.nix @@ -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