Files
nix-config/system/users/default.nix

8 lines
87 B
Nix

{
imports = [
./phundrak.nix
./root.nix
];
programs.zsh.enable = true;
}