nixos/legacy/modules/systemd-user.nix

7 lines
116 B
Nix
Raw Normal View History

2020-11-16 21:14:46 +01:00
{ config, ... }:
{
systemd.user.extraConfig = ''
DefaultEnvironment="PATH=/run/current-system/sw/bin"
'';
}