1
0
forked from extern/nix-config

containers(wine): Make unfree whitelist work

Unfortunately this is necessary to whitelist unfree packages inside the
container.
This commit is contained in:
Donovan Glover 2023-08-31 11:55:23 -04:00
parent f315ce42f6
commit 7e556f756e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,8 +1,6 @@
{ stylix
, home-manager
, sakaya
, pkgs
, lib
, ...
}:
@ -47,7 +45,7 @@
}
];
config = {
config = { lib, pkgs, ... }: {
imports = [
stylix.nixosModules.stylix
home-manager.nixosModules.home-manager