nixos-config/users/default.nix

9 lines
109 B
Nix
Raw Normal View History

2024-10-29 13:55:53 +00:00
{...}: {
imports = [
2024-11-02 07:43:37 +00:00
./home-manager.nix
2024-10-29 13:55:53 +00:00
./root
2024-11-05 08:11:22 +00:00
./darkkirb
2024-10-29 13:55:53 +00:00
];
users.mutableUsers = false;
}