pantheon/configs/shell/nh.nix
2025-03-27 04:26:49 +08:00

7 lines
88 B
Nix

{
home-manager.users.rafiq = {
programs.nh = {
enable = true;
};
};
}