From 461323c58f699afe4630001aed9f50453e6fb609 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Mon, 31 Aug 2026 00:59:12 +0200 Subject: [PATCH] comment out flatpak options in home-manager --- home-modules/pc.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-modules/pc.nix b/home-modules/pc.nix index b103641..048a22d 100644 --- a/home-modules/pc.nix +++ b/home-modules/pc.nix @@ -34,12 +34,12 @@ programs.chromium.enable = true; programs.chromium.package = pkgs.ungoogled-chromium; - services.flatpak.remotes = [{ - name = "flathub"; location = "https://dl.flathub.org/repo/flathub.flatpakrepo"; - }]; - services.flatpak.packages = [ - # "org.onlyoffice.desktopeditors" - ]; + # services.flatpak.remotes = [{ + # name = "flathub"; location = "https://dl.flathub.org/repo/flathub.flatpakrepo"; + # }]; + # services.flatpak.packages = [ + # # "org.onlyoffice.desktopeditors" + # ]; # Vesktop settings # Nope, TODO