actualiza home manager default y ordena allowUnfree en orden alfabetico
This commit is contained in:
parent
451fbf131c
commit
1433a1f96b
2 changed files with 18 additions and 13 deletions
|
@ -2,17 +2,18 @@
|
|||
with lib;
|
||||
{
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"vmware-horizon-client"
|
||||
"steam-original"
|
||||
"steam"
|
||||
"discord"
|
||||
"pycharm-professional"
|
||||
"quartus-prime-lite-unwrapped"
|
||||
"rar"
|
||||
"spotify"
|
||||
"spotify-unwrapped"
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-run"
|
||||
"teams"
|
||||
"zoom"
|
||||
"vscode-extension-ms-vscode-cpptools"
|
||||
"quartus-prime-lite-unwrapped"
|
||||
"vmware-horizon-client"
|
||||
"zoom"
|
||||
];
|
||||
}
|
||||
|
|
Reference in a new issue