From 1eca0c995dc387eb610fae78b832d4151993eb1a Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 19 Jan 2026 10:03:05 +0100 Subject: [PATCH] feat: use shell module on work host --- home/hosts/work/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;