From 20887631eb669db2e8312e0077ca1c92ba610c1e Mon Sep 17 00:00:00 2001 From: Zonsopkomst Date: Tue, 22 Oct 2024 14:35:53 -0500 Subject: [PATCH] Re-enabled flatpak --- hosts/weda/configuration.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/hosts/weda/configuration.nix b/hosts/weda/configuration.nix index d89ede3..0936c18 100644 --- a/hosts/weda/configuration.nix +++ b/hosts/weda/configuration.nix @@ -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 + ]; }