Make appimage compatability UI-dependent
This commit is contained in:
parent
8ffbd755db
commit
fa9d9a3a23
|
@ -3,12 +3,6 @@
|
||||||
{
|
{
|
||||||
# Set up base apps
|
# Set up base apps
|
||||||
programs = {
|
programs = {
|
||||||
# Support for AppImage files
|
|
||||||
appimage = {
|
|
||||||
enable = true;
|
|
||||||
binfmt = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
|
|
||||||
nano = {
|
nano = {
|
||||||
|
|
|
@ -45,7 +45,6 @@ with lib;
|
||||||
# Install Flatpaks
|
# Install Flatpaks
|
||||||
flatpak.packages = [
|
flatpak.packages = [
|
||||||
"com.mattjakeman.ExtensionManager"
|
"com.mattjakeman.ExtensionManager"
|
||||||
"dev.geopjr.Tuba"
|
|
||||||
"org.bluesabre.MenuLibre"
|
"org.bluesabre.MenuLibre"
|
||||||
"org.gnome.baobab"
|
"org.gnome.baobab"
|
||||||
"org.gnome.Calculator"
|
"org.gnome.Calculator"
|
||||||
|
@ -134,5 +133,11 @@ with lib;
|
||||||
platformTheme = "gnome";
|
platformTheme = "gnome";
|
||||||
style = "adwaita-dark";
|
style = "adwaita-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Support for AppImage files
|
||||||
|
programs.appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue