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