name things better
This commit is contained in:
parent
0097bd40f4
commit
0f92b93946
3 changed files with 2 additions and 2 deletions
11
hosts/zsh.nix
Normal file
11
hosts/zsh.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.yt = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
|
||||
# needed for zsh.enableCompletion to work
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue