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