feat: use shell module on work host
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user