Allow unfree software (for nvidia)
This commit is contained in:
parent
0b731b7177
commit
2fea963fa4
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# home-manager = {
|
# home-manager = {
|
||||||
# extraSpecialArgs = { inherit inputs outputs; };
|
# extraSpecialArgs = { inherit inputs outputs; };
|
||||||
# users = {
|
# users = {
|
||||||
|
|
Loading…
Reference in a new issue