Add appimage support.
This commit is contained in:
parent
569a770943
commit
24d0e69914
1 changed files with 10 additions and 3 deletions
|
@ -56,6 +56,13 @@ with config;
|
||||||
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mtr.enable = true;
|
programs = {
|
||||||
programs.ssh.startAgent = true;
|
mtr.enable = true;
|
||||||
|
ssh.startAgent = true;
|
||||||
|
|
||||||
|
# Enable appimage support and executing them via the appimage-run helper.
|
||||||
|
appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue