mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
enable AppImage support
This commit is contained in:
parent
246eca567a
commit
5e630f9066
|
@ -73,6 +73,10 @@ in {
|
||||||
systemd
|
systemd
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue