Add appimage support and fuse package
This commit is contained in:
@@ -168,6 +168,7 @@ in
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
steam-run
|
steam-run
|
||||||
pam_u2f
|
pam_u2f
|
||||||
|
fuse
|
||||||
|
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
keepassxc
|
keepassxc
|
||||||
@@ -184,6 +185,11 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
|
|
||||||
nix-ld = {
|
nix-ld = {
|
||||||
enable = true;
|
enable = true;
|
||||||
libraries = [
|
libraries = [
|
||||||
|
|||||||
Reference in New Issue
Block a user