allow non-free packages

This commit is contained in:
Aditya 2024-04-11 17:51:43 +05:30
parent ef4749e451
commit 5d913650cc
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 2 additions and 2 deletions

View file

@ -25,8 +25,6 @@
# release notes.
home.stateVersion = "22.11"; # Please read the comment before changing.
# Allow non-free packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
# Manage session variables

View file

@ -2,4 +2,6 @@
imports = [
./session-vars
];
nixpkgs.config.allowUnfree = true;
}