Remove appimage.
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
./services/displaymanager.nix
|
./services/displaymanager.nix
|
||||||
./services/nix-flatpak.nix
|
./services/nix-flatpak.nix
|
||||||
./services/sound.nix
|
./services/sound.nix
|
||||||
./system/appimage.nix
|
|
||||||
./system/bluetooth.nix
|
./system/bluetooth.nix
|
||||||
./system/bootloader.nix
|
./system/bootloader.nix
|
||||||
./system/environment.nix
|
./system/environment.nix
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
{ pkgs, ... }: {
|
|
||||||
programs.appimage.enable = true;
|
|
||||||
programs.appimage.binfmt = true;
|
|
||||||
programs.appimage.package = pkgs.appimage-run.override { extraPkgs = pkgs: [
|
|
||||||
pkgs.haskellPackages.gi-ayatana-appindicator3
|
|
||||||
pkgs.haskellPackages.happindicator3
|
|
||||||
]; };
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user