File tree 4 files changed +0
-13
lines changed
4 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 111
111
# Nicely reload system units when changing configs
112
112
systemd . user . startServices = "sd-switch" ;
113
113
114
- systemd . user . targets . tray . Unit . Requires = lib . mkForce [ "graphical-session.target" ] ;
115
-
116
114
# this systemd unit is needed to get fumon from the uwsm package working
117
115
# properly
118
116
systemd . user . services . fumon = {
Original file line number Diff line number Diff line change 18
18
19
19
swaync . enable = true ;
20
20
} ;
21
-
22
- systemd . user . services = {
23
- network-manager-applet . Unit . After = lib . mkForce "graphical-session.target" ;
24
- blueman-applet . Unit . After = lib . mkForce "graphical-session.target" ;
25
- kdeconnect . Unit . After = lib . mkForce "graphical-session.target" ;
26
- kdeconnect-indicator . Unit . After = lib . mkForce "graphical-session.target" ;
27
- swaync . Unit . After = lib . mkForce "graphical-session.target" ;
28
- } ;
29
21
}
Original file line number Diff line number Diff line change 13
13
14
14
services . hypridle . enable = true ;
15
15
xdg . configFile . "hypr/hypridle.conf" . source = ./hypridle.conf ;
16
- systemd . user . services . hypridle . Unit . After = lib . mkForce "graphical-session.target" ;
17
16
18
17
xdg . configFile . "uwsm/env" . text = /*sh*/ ''
19
18
export XCURSOR_SIZE=24
Original file line number Diff line number Diff line change 12
12
night = 4600 ;
13
13
} ;
14
14
} ;
15
-
16
- systemd . user . services . wlsunset . Unit . After = lib . mkForce "graphical-session.target" ;
17
15
}
You can’t perform that action at this time.
0 commit comments