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:
parent
f7f394e0ae
commit
96ab88c8ab
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
||||||
services.displayManager.gdm.wayland = true;
|
services.displayManager.gdm.wayland = true;
|
||||||
boot.plymouth.enable = false;
|
boot.plymouth.enable = false;
|
||||||
|
|
||||||
|
# Flatpak for ad-hoc app installs via Bazaar
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# Add extensions, packages, and terminal
|
# Add extensions, packages, and terminal
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ghostty
|
ghostty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue