this commit adds the environment.pathsToLink line that makes niri through home manager work properly, allowing the xdg portals to start

This commit is contained in:
cydiralis 2025-06-26 08:35:21 +01:00
parent 75bae99f01
commit 1ceb065323
No known key found for this signature in database
7 changed files with 26 additions and 19 deletions

View file

@ -20,6 +20,9 @@
jovian.steam.desktopSession = "plasma";
jovian.devices.steamdeck.autoUpdate = true;
environment.pathsToLink = [ "/share/xdg-desktop-portal" ];
security.sudo.package = pkgs.sudo.override { withInsults = true; };
programs = {
adb.enable = true;
@ -34,8 +37,6 @@
SystemMaxUse=2G
'';
hardware.steam-hardware.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "both";