trying to fix kde on greetd

This commit is contained in:
Chris Cochrun 2022-12-16 10:00:03 -06:00
parent aed85412da
commit b2a940dbe9
8 changed files with 71 additions and 14 deletions

View file

@ -213,7 +213,7 @@ services.greetd = {
};
default_session = initial_session;
hyprland_session = {
command = "dbus-launch systemctl --user restart plasma-run-with-systemd.service";
command = "${pkgs.plasma-workspace}/libexec/plasma-dbus-run-session-if-needed ${pkgs.plasma-workspace}/bin/startplasma-wayland";
user = "chris";
};
};
@ -703,6 +703,7 @@ services.emacs = {
esh-autosuggest
pkgs.mu
]));
defaultEditor = true;
};
#+end_src