Dotfile : Load on multi-user.
This commit is contained in:
parent
eb6ada8b32
commit
84368fe2ad
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
unit = {
|
||||
description = "Install/update dotfiles on startup.";
|
||||
wantedBy = [ "graphical-session-pre.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig.Type = "oneshot";
|
||||
script = ''
|
||||
cd ~
|
||||
|
|
Reference in a new issue