zsh: condition on user qenya being present
This commit is contained in:
parent
12a4c20625
commit
444c69edd3
|
@ -8,6 +8,5 @@
|
||||||
./nixpkgs.nix
|
./nixpkgs.nix
|
||||||
./openssh.nix
|
./openssh.nix
|
||||||
./security.nix
|
./security.nix
|
||||||
./zsh.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -9,4 +9,6 @@ in {
|
||||||
openssh.authorizedKeys.keys = keys.users.qenya;
|
openssh.authorizedKeys.keys = keys.users.qenya;
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zsh.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ config, lib, pkgs,... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
programs.zsh.enable = true;
|
|
||||||
}
|
|
Loading…
Reference in a new issue