Add appimage.
Fix appimage.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
./services/displaymanager.nix
|
||||
./services/nix-flatpak.nix
|
||||
./services/sound.nix
|
||||
./system/appimage.nix
|
||||
./system/bluetooth.nix
|
||||
./system/bootloader.nix
|
||||
./system/environment.nix
|
||||
|
||||
5
nodes/hosts/common/system/appimage.nix
Normal file
5
nodes/hosts/common/system/appimage.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ ... }: {
|
||||
programs.appimage.enable = true;
|
||||
programs.appimage.binfmt = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user