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