mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-07-12 20:25:25 +02:00
flake.nix: Add sakaya to inputs
This makes it possible to run wine applications inside systemd-nspawn containers with minimal to no overhead.
This commit is contained in:
@ -14,6 +14,11 @@
|
||||
home-manager.follows = "home-manager";
|
||||
};
|
||||
};
|
||||
|
||||
sakaya = {
|
||||
url = "github:donovanglover/sakaya";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... } @ attrs: {
|
||||
|
Reference in New Issue
Block a user