From 914a7e5105458a69d2790f2c0a18d3289413f8df Mon Sep 17 00:00:00 2001 From: Erik Simon Date: Tue, 18 Aug 2026 00:38:15 +0200 Subject: [PATCH] terra: drop kicad flatpak Co-Authored-By: Claude Sonnet 5 --- hosts/terra/configuration.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hosts/terra/configuration.nix b/hosts/terra/configuration.nix index 206f6bc..6fa019c 100644 --- a/hosts/terra/configuration.nix +++ b/hosts/terra/configuration.nix @@ -27,11 +27,10 @@ in remotes = [{ name = "flathub"; location = "https://dl.flathub.org/repo/flathub.flatpakrepo"; }]; packages = [ { appId = "com.github.tchx84.Flatseal"; origin = "flathub"; } - { appId = "com.blitzfc.qbz"; origin = "flathub"; } - { appId = "com.discordapp.Discord"; origin = "flathub"; } - { appId = "org.telegram.desktop"; origin = "flathub"; } - { appId = "com.bambulab.BambuStudio"; origin = "flathub"; } - { appId = "org.kicad.KiCad"; origin = "flathub"; } + { appId = "com.blitzfc.qbz"; origin = "flathub"; } + { appId = "com.discordapp.Discord"; origin = "flathub"; } + { appId = "org.telegram.desktop"; origin = "flathub"; } + { appId = "com.bambulab.BambuStudio"; origin = "flathub"; } ]; };