remove flatpaks

This commit is contained in:
♥ Minnie ♥ 2025-02-16 09:34:00 +08:00
parent 683e92c57f
commit 9d447646b7
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 0 additions and 12 deletions

View file

@ -10,7 +10,6 @@
"/var/log"
"/var/lib/bluetooth"
"/var/lib/docker"
"/var/lib/flatpak"
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections"

View file

@ -12,7 +12,6 @@
# Services
./services/amdgpu-clocks
./services/flatpak
./services/libinput
./services/ollama
./services/printers

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
# Required to install flatpak
xdg.portal = {
enable = true;
config.common.default = ["gtk"];
extraPortals = [pkgs.xdg-desktop-portal-wlr];
};
services.flatpak.enable = true;
}