mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
6 lines
116 B
Nix
6 lines
116 B
Nix
{ config, ... }:
|
|
{
|
|
systemd.user.extraConfig = ''
|
|
DefaultEnvironment="PATH=/run/current-system/sw/bin"
|
|
'';
|
|
}
|