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:
parent
f315ce42f6
commit
7e556f756e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user