add unfree to try smth

This commit is contained in:
Sakooooo 2023-08-18 12:26:55 +00:00
parent b27849a117
commit 759df723df
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -22,6 +22,9 @@
outputs.nixosModules.media outputs.nixosModules.media
]; ];
# just incase
nixpkgs.config.allowUnfree = true;
# flakes # flakes
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];