mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-11-02 18:52:10 +01:00
7 lines
116 B
Nix
7 lines
116 B
Nix
|
|
{ config, ... }:
|
||
|
|
{
|
||
|
|
systemd.user.extraConfig = ''
|
||
|
|
DefaultEnvironment="PATH=/run/current-system/sw/bin"
|
||
|
|
'';
|
||
|
|
}
|