system: install aditional appimage support
This commit is contained in:
parent
c51d9ee3f1
commit
35ba974c1b
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
config = lib.mkIf config.my.containers.enable {
|
config = lib.mkIf config.my.containers.enable {
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
programs.appimage.enable = true;
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue