diff --git a/nixos.nix b/nixos.nix index 13fbfb0..2338e35 100644 --- a/nixos.nix +++ b/nixos.nix @@ -235,6 +235,12 @@ }; }; + # Needed for home-manager + environment.pathsToLink = [ + "/share/xdg-desktop-portal" + "/share/applications" + ]; + # Enable OpenGL. hardware.graphics = { enable = true;