mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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
|
pkgs.nh
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate =
|
nixpkgs.config.allowUnfree = true;
|
||||||
pkg:
|
|
||||||
builtins.elem (pkgs.lib.getName pkg) [
|
|
||||||
"steam"
|
|
||||||
"steam-original"
|
|
||||||
"steam-run"
|
|
||||||
"corefonts"
|
|
||||||
"nvidia-x11"
|
|
||||||
"nvidia-settings"
|
|
||||||
"spotify"
|
|
||||||
"obsidian"
|
|
||||||
"davinci-resolve"
|
|
||||||
"ticktick"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue