nix-da/users/ny/default.nix
nydragon 2eb00aa92b
Some checks failed
/ test (push) Failing after 1s
refactor: hjemify foot & keepassxc
2025-02-10 17:55:19 +01:00

9 lines
126 B
Nix

{
hjem = {
users.ny = {
enable = true;
imports = [ ./programs ];
};
clobberByDefault = true;
};
}