Dotfile : Load on multi-user.

This commit is contained in:
Dmitry Voronin 2024-02-20 19:34:26 +03:00
parent eb6ada8b32
commit 84368fe2ad

View file

@ -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 ~