removed unused flatpak module settings

This commit is contained in:
Aly Raffauf 2024-03-12 22:40:04 -04:00
parent a23da35e90
commit d2b5ec99b8

View file

@ -17,10 +17,6 @@
xdg.portal.enable = true;
services.flatpak.enable = true;
services.flatpak.update.onActivation = true;
# services.flatpak.packages = [
# "md.obsidian.Obsidian"
# ];
environment.systemPackages = with pkgs; [
firefox
@ -29,14 +25,6 @@
obsidian
];
# services.flatpak.overrides = {
# sockets = [
# "gpg-agent" # Expose GPG agent
# "pcsc" # Expose smart cards (i.e. YubiKey)
# ];
# "org.onlyoffice.desktopeditors".Context.sockets = ["x11"]; # No Wayland support
# };
fonts.fontDir.enable = true;
system.fsPackages = [ pkgs.bindfs ];