forked from fabian/nix_config
baseline
This commit is contained in:
commit
c8791adf39
33 changed files with 1844 additions and 0 deletions
23
home/allowUnfreeWhitelist.nix
Normal file
23
home/allowUnfreeWhitelist.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"discord"
|
||||
"pycharm-professional"
|
||||
"rar"
|
||||
"spotify"
|
||||
"spotify-unwrapped"
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"teams"
|
||||
"vscode-extension-ms-vscode-cpptools"
|
||||
"vmware-horizon-client"
|
||||
"zoom"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue