Compare commits
2 commits
fb41970d29
...
d45704acaa
Author | SHA1 | Date | |
---|---|---|---|
d45704acaa | |||
11f788fe86 |
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@
|
|||
openssh.authorizedKeys.keys = mySSHKeys;
|
||||
};
|
||||
|
||||
environment.shells = [
|
||||
pkgs.zsh
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
Loading…
Reference in a new issue