remove flatpaks
This commit is contained in:
parent
683e92c57f
commit
9d447646b7
|
@ -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"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
# Services
|
||||
./services/amdgpu-clocks
|
||||
./services/flatpak
|
||||
./services/libinput
|
||||
./services/ollama
|
||||
./services/printers
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue