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

9 lines
103 B
Nix

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