wip flake approach for new machine
This commit is contained in:
parent
9e13bd7c09
commit
4425a61dda
3 changed files with 258 additions and 81 deletions
|
|
@ -3,7 +3,11 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue