mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 06:38:36 +01:00
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
|
{ stylix
|
||||||
, home-manager
|
, home-manager
|
||||||
, sakaya
|
, sakaya
|
||||||
, pkgs
|
|
||||||
, lib
|
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -47,7 +45,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = { lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
Loading…
Reference in New Issue
Block a user