add userspace tools and passwdless sudo
This commit is contained in:
@@ -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];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user