nix-da/users/ny/default.nix
nydragon da9c186010
Some checks failed
/ test (push) Failing after 1s
refactor: hjemify foot & keepassxc
2025-02-15 22:54:53 +01:00

9 lines
126 B
Nix

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