man screw listing all these unfree packages
This commit is contained in:
parent
893c5ccb6b
commit
ae8adbc537
2 changed files with 11 additions and 12 deletions
|
@ -79,13 +79,17 @@
|
|||
};
|
||||
|
||||
# packages that are unfree because they want to or need to
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"discord"
|
||||
"widevine-cdm"
|
||||
];
|
||||
#nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
# builtins.elem (lib.getName pkg) [
|
||||
# "steam"
|
||||
# "steam-original"
|
||||
# "discord"
|
||||
# "widevine-cdm"
|
||||
# ];
|
||||
|
||||
# we already sold our souls to corporations why
|
||||
# bother at this point
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Bluetooth
|
||||
hardware.bluetooth = {
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
{ config, pkgs, lib, ...}:
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg)[
|
||||
"nvidia-x11"
|
||||
"nvidia-settings"
|
||||
];
|
||||
|
||||
# tell xserver i want this driver
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
|
Loading…
Reference in a new issue