Fix wrong line location

This commit is contained in:
BuyMyMojo 2025-04-05 10:42:25 +11:00
parent 9d94a103c1
commit d8bb3a2310
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 3 additions and 4 deletions

View file

@ -17,13 +17,12 @@ let
'';
in
{
home.file."bin/wine".source = unstable.wineWowPackages.waylandFull;
home.packages =
with unstable;
with inputs;
[
home.file."bin/wine".source = unstable.wineWowPackages.waylandFull;
unstable.wineWowPackages.waylandFull
unstable.winetricks
];