legacy/systemd-user: remove unknown code

This commit is contained in:
Felix Buehler 2023-03-26 23:45:56 +02:00
parent 362d06cc00
commit 53f40130af
2 changed files with 0 additions and 9 deletions

View file

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