mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 08:31:54 -05:00
removed unused flatpak module settings
This commit is contained in:
parent
a23da35e90
commit
d2b5ec99b8
|
@ -17,10 +17,6 @@
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
services.flatpak.update.onActivation = true;
|
|
||||||
# services.flatpak.packages = [
|
|
||||||
# "md.obsidian.Obsidian"
|
|
||||||
# ];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
|
@ -29,14 +25,6 @@
|
||||||
obsidian
|
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;
|
fonts.fontDir.enable = true;
|
||||||
|
|
||||||
system.fsPackages = [ pkgs.bindfs ];
|
system.fsPackages = [ pkgs.bindfs ];
|
||||||
|
|
Loading…
Reference in a new issue