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:
parent
75bae99f01
commit
1ceb065323
7 changed files with 26 additions and 19 deletions
|
|
@ -29,6 +29,10 @@
|
|||
SystemMaxUse=2G
|
||||
'';
|
||||
|
||||
environment.pathsToLink = [ "/share/xdg-desktop-portal" ];
|
||||
|
||||
security.sudo.package = pkgs.sudo.override { withInsults = true; };
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
|
|
@ -49,7 +53,7 @@
|
|||
"vm.max_map_count" = 2147483642;
|
||||
};
|
||||
|
||||
networking.hostName = "Umbriel"; # Define your hostname.
|
||||
networking.hostName = "umbriel"; # Define your hostname.
|
||||
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue