diff options
author | sils <sils@sils.li> | 2023-02-21 15:24:15 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-02-22 19:01:04 +0100 |
commit | 6a3bc2ec63bb188afb2340460048d4c813f02359 (patch) | |
tree | 6a6157f6bd61f5741ab38f7b3f0b06607423f930 /flatpak.nix | |
parent | Packages: added bitwarden (diff) | |
download | nix-config-6a3bc2ec63bb188afb2340460048d4c813f02359.tar.gz nix-config-6a3bc2ec63bb188afb2340460048d4c813f02359.zip |
Structure: Switch back to gnome.
Updated flake.lock
Diffstat (limited to '')
-rw-r--r-- | flatpak.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flatpak.nix b/flatpak.nix index 4c4bf7a..4469567 100644 --- a/flatpak.nix +++ b/flatpak.nix @@ -8,8 +8,8 @@ device = "/srv/flatpak"; options = ["bind"]; }; - xdg.portal = { - enable = true; - extraPortals = [pkgs.xdg-desktop-portal-gtk]; - }; +# xdg.portal = { +# enable = true; +# extraPortals = [pkgs.xdg-desktop-portal-gtk]; +# }; } |