[Appimage] Adds appimage support with libicu
This commit is contained in:
12
system/features/appimage.nix
Normal file
12
system/features/appimage.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
package = pkgs.appimage-run.override {
|
||||
extraPkgs = pkgs: [
|
||||
pkgs.icu
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
./hardware-configuration.nix
|
||||
./qmk.nix
|
||||
../../authorized-keys.nix
|
||||
../../features/appimage.nix
|
||||
../../features/audio.nix
|
||||
../../features/gc.nix
|
||||
../../features/gui.nix
|
||||
|
||||
Reference in New Issue
Block a user