mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Allow all unfree packages
This commit is contained in:
parent
b369cd9804
commit
6b74830b41
1 changed files with 1 additions and 14 deletions
|
|
@ -68,18 +68,5 @@
|
|||
pkgs.nh
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (pkgs.lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"corefonts"
|
||||
"nvidia-x11"
|
||||
"nvidia-settings"
|
||||
"spotify"
|
||||
"obsidian"
|
||||
"davinci-resolve"
|
||||
"ticktick"
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue