feature/add_proton #48

Merged
aaron merged 3 commits from feature/add_proton into main 2026-05-23 15:29:39 +02:00
Showing only changes of commit af42bdc7a3 - Show all commits
+3
View File
@@ -31,6 +31,9 @@
options = "--delete-older-than 7d";
};
};
# add trusted users (able to modify the nix store)
nix.settings.trusted-users = [ "root" "@wheel" ];
# allow unfree packages (steam, protonvpn, discord, etc.)
nixpkgs.config.allowUnfree = true;