forked from extern/nix-config
containers(wine): Use pkgs from host
May or may not make things faster.
This commit is contained in:
parent
e2ba4026c5
commit
c3d2b637ba
@ -1,4 +1,4 @@
|
|||||||
{ stylix, home-manager, sakaya, ... }:
|
{ stylix, home-manager, sakaya, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
config = { pkgs, ... }: {
|
config = {
|
||||||
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