nix-da/users/ny/default.nix
nydragon eb591d4b9c
Some checks failed
/ test (push) Failing after 2s
chore: switch marr over to hjem
2025-02-24 20:10:44 +01:00

13 lines
189 B
Nix

{ lib, ... }:
{
hjem = {
users.ny = {
enable = true;
imports = [ ./programs ];
};
specialArgs = {
libmy = lib.my;
};
clobberByDefault = true;
};
}