goodbye flatpak, I use extra users as sandbox

This commit is contained in:
Christoph Cullmann 2024-10-06 19:26:31 +02:00
parent fb3d1ed921
commit ac124c4ff0
No known key found for this signature in database

View file

@ -416,15 +416,6 @@ in
# firefox needs programs.firefox.enable here but no systemPackages entry to have icon and work # firefox needs programs.firefox.enable here but no systemPackages entry to have icon and work
programs.firefox.enable = true; programs.firefox.enable = true;
# Flatpak to sandbox Steam, Bottles and Co.
#
# flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# flatpak install --user flathub com.usebottles.bottles
# flatpak install --user flathub com.valvesoftware.Steam
# flatpak update --user -y
#
services.flatpak.enable = true;
# allow keyboard configure tools to work # allow keyboard configure tools to work
hardware.keyboard.qmk.enable = true; hardware.keyboard.qmk.enable = true;