1
0
forked from extern/nix-config

containers(wine): Use pkgs from host

May or may not make things faster.
This commit is contained in:
Donovan Glover 2023-08-03 12:38:58 -04:00
parent e2ba4026c5
commit c3d2b637ba
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,4 +1,4 @@
{ stylix, home-manager, sakaya, ... }:
{ stylix, home-manager, sakaya, pkgs, ... }:
{
systemd.tmpfiles.rules = [
@ -41,7 +41,7 @@
}
];
config = { pkgs, ... }: {
config = {
imports = [
stylix.nixosModules.stylix
home-manager.nixosModules.home-manager