experimenting with zsh instead of fish
This commit is contained in:
parent
27b9d71a4e
commit
b80e1e3945
4 changed files with 54 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
nix
|
||||
security
|
||||
ssh
|
||||
zsh
|
||||
];
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
|
|
@ -49,6 +50,7 @@
|
|||
imports = with inputs.self.modules.homeManager; [
|
||||
bash
|
||||
fish
|
||||
zsh
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue