add proper target
This commit is contained in:
@@ -16,7 +16,10 @@ in {
|
|||||||
# just using the normal lfrc
|
# just using the normal lfrc
|
||||||
programs.${program} = {
|
programs.${program} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
target = "graphical-session.target";
|
||||||
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
|
|||||||
Reference in New Issue
Block a user