mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
allow non-free packages
This commit is contained in:
parent
ef4749e451
commit
5d913650cc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
imports = [
|
||||
./session-vars
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue