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

9 lines
103 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
2026-02-08 00:20:44 +01:00
./creug.nix
2025-07-05 00:02:39 +02:00
./phundrak.nix
./root.nix
2025-07-05 00:02:39 +02:00
];
programs.zsh.enable = true;
2025-07-05 00:02:39 +02:00
}