mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 22:12:03 +02:00
7 lines
116 B
Nix
7 lines
116 B
Nix
![]() |
{ config, ... }:
|
||
|
{
|
||
|
systemd.user.extraConfig = ''
|
||
|
DefaultEnvironment="PATH=/run/current-system/sw/bin"
|
||
|
'';
|
||
|
}
|