Allow unfree software (for nvidia)

This commit is contained in:
Innovation 2024-05-01 02:25:34 -05:00
parent 0b731b7177
commit 2fea963fa4

View file

@ -13,6 +13,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
# home-manager = {
# extraSpecialArgs = { inherit inputs outputs; };
# users = {