nix #11
|
@ -49,8 +49,9 @@
|
|||
|
||||
# downloading
|
||||
transmission-qt
|
||||
|
||||
# FIXME Below not on aarch64
|
||||
] ++ lib.optionals (builtins.currentSystem == "x86_64-linux") [
|
||||
# Not sure this works in case of cross-compilation, but couldn't find a
|
||||
# thing that works in both os and hm context
|
||||
wine
|
||||
# TODO wine-gecko wine-mono lib32-libpulse (?)
|
||||
]);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
frogeye.extra = false; # FIXME Not working yet
|
||||
frogeye.extra = true;
|
||||
frogeye.desktop.xorg = true;
|
||||
frogeye.dev.docker = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue