Re-enable flatpak service for ad-hoc installs via Bazaar

The nix-flatpak flake module was removed (no declarative packages) but
the flatpak service itself is still needed for Bazaar/manual installs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-08 19:54:46 +01:00
parent f7f394e0ae
commit 96ab88c8ab

View file

@ -8,6 +8,9 @@
services.displayManager.gdm.wayland = true;
boot.plymouth.enable = false;
# Flatpak for ad-hoc app installs via Bazaar
services.flatpak.enable = true;
# Add extensions, packages, and terminal
environment.systemPackages = with pkgs; [
ghostty