diff --git a/home/hosts/work/default.nix b/home/hosts/work/default.nix index 2a2153d..ce5454c 100644 --- a/home/hosts/work/default.nix +++ b/home/hosts/work/default.nix @@ -17,6 +17,7 @@ in ../../modules/keepassxc.nix ../../modules/kitty.nix ../../modules/browser + ../../modules/shell ../../modules/taskwarrior.nix ]; @@ -55,6 +56,9 @@ in browser.primary = "firefox"; browser.secondary = "chromium"; + shell.bash.enable = true; + starship.enable = true; + programs = { gh.enable = true; kubecolor.enable = true;