Removed flatpak temporarily due to build failure

This commit is contained in:
Zonsopkomst 2024-10-20 14:12:45 -05:00
parent c32bf7342c
commit f62a72a259

View file

@ -14,7 +14,7 @@
../../common/CUPS.nix
../../common/direnv.nix
../../common/flakeinit.nix
../../common/flatpak.nix
#../../common/flatpak.nix
../../common/fonts.nix
../../common/insecure.nix
../../common/laptop.nix
@ -159,17 +159,17 @@
moonlight-qt # Screen Share for Gaming/Work
];
services.flatpak.packages = [
"io.github.giantpinkrobots.flatsweep" # flatsweep
"com.github.tchx84.Flatseal" # Flatseal Flatpak Manager
"flathub it.mijorus.gearlever" # Gear Lever AppImage Manager
"org.gtk.Gtk3theme.adw-gtk3" # Gnome Theme
"org.gtk.Gtk3theme.adw-gtk3-dark" # Gnome Theme
"org.localsend.localsend_app" # File/Message Send
"flathub io.github.subhra74.Muon" # Muon SSH Client
"com.github.dynobo.normcap" # NormCap Screen OCR Tool
#"org.libretro.RetroArch" # RetroArch
"com.github.zocker_160.SyncThingy" # SyncThingy
"io.github.flattool.Warehouse" # Flatpak Warehouse
];
# services.flatpak.packages = [
# "io.github.giantpinkrobots.flatsweep" # flatsweep
# "com.github.tchx84.Flatseal" # Flatseal Flatpak Manager
# "flathub it.mijorus.gearlever" # Gear Lever AppImage Manager
# "org.gtk.Gtk3theme.adw-gtk3" # Gnome Theme
# "org.gtk.Gtk3theme.adw-gtk3-dark" # Gnome Theme
# "org.localsend.localsend_app" # File/Message Send
# "flathub io.github.subhra74.Muon" # Muon SSH Client
# "com.github.dynobo.normcap" # NormCap Screen OCR Tool
# #"org.libretro.RetroArch" # RetroArch
# "com.github.zocker_160.SyncThingy" # SyncThingy
# "io.github.flattool.Warehouse" # Flatpak Warehouse
# ];
}