feat: use shell module on work host

This commit is contained in:
2026-01-19 10:03:05 +01:00
parent 92389f7048
commit 1eca0c995d

View File

@@ -17,6 +17,7 @@ in
../../modules/keepassxc.nix ../../modules/keepassxc.nix
../../modules/kitty.nix ../../modules/kitty.nix
../../modules/browser ../../modules/browser
../../modules/shell
../../modules/taskwarrior.nix ../../modules/taskwarrior.nix
]; ];
@@ -55,6 +56,9 @@ in
browser.primary = "firefox"; browser.primary = "firefox";
browser.secondary = "chromium"; browser.secondary = "chromium";
shell.bash.enable = true;
starship.enable = true;
programs = { programs = {
gh.enable = true; gh.enable = true;
kubecolor.enable = true; kubecolor.enable = true;