diff --git a/common-gui.nix b/common-gui.nix index 44d481e..7129f3f 100644 --- a/common-gui.nix +++ b/common-gui.nix @@ -89,6 +89,7 @@ networking.networkmanager.enable = true; services.upower.enable = config.powerManagement.enable; programs.dconf.enable = true; + services.gnome.glib-networking.enable = true; services.flatpak.enable = true; xdg.portal = { enable = true; @@ -96,10 +97,6 @@ }; # Needed for themes and backgrounds environment.pathsToLink = [ "/share" ]; - environment.variables.GIO_EXTRA_MODULES = with pkgs.gnome3; [ - "${pkgs.lib.getLib dconf}/lib/gio/modules" - "${glib_networking.out}/lib/gio/modules" - "${gvfs}/lib/gio/modules" ]; hardware.bluetooth = { enable = true; diff --git a/flake.lock b/flake.lock index 2d05111..127a2b0 100644 --- a/flake.lock +++ b/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1638535497, - "narHash": "sha256-tk5LNbdkUhALp00+r5ZmQ3t7n2d5M7YUQB+MznWvVOg=", + "lastModified": 1638986258, + "narHash": "sha256-OceRdctKZRSgqQxVRvvNB0MaEnFMzQqjUffecoDE9eI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c71f061c68ba8ce53471b767d5049cbd0f3d8490", + "rev": "581d2d6c9cd5c289002203581d8aa0861963a933", "type": "github" }, "original": {