nixos/extra/systemd-user.nix
2021-02-28 22:16:36 +01:00

6 lines
116 B
Nix

{ config, ... }:
{
systemd.user.extraConfig = ''
DefaultEnvironment="PATH=/run/current-system/sw/bin"
'';
}