Sudo -> run0 alias

This commit is contained in:
Henry Hiles 2025-03-17 15:06:01 -04:00
parent 91a62a686d
commit f41698a4ec
4 changed files with 17 additions and 6 deletions

7
modules/common/nh.nix Normal file
View file

@ -0,0 +1,7 @@
{
programs.nh = {
enable = true;
clean.enable = true;
flake = "/home/quadradical/.config/nixos";
};
}