add userspace tools and passwdless sudo

This commit is contained in:
2025-11-07 15:05:42 -06:00
parent 1655c0a867
commit 7ef99c8dd1
3 changed files with 10 additions and 2 deletions

View File

@@ -15,7 +15,10 @@ in {
config = lib.mkIf cfg.enable {
programs.${program} = {
enable = true;
flake = "${home_dir}/.nix/flake.nix";
flake = "${home_dir}/.nix";
};
# add deps to userspace cause they are cool
home.packages = with pkgs; [nix-output-monitor nvd];
};
}