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

@ -125,7 +125,7 @@
};
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";
};
};
@ -560,6 +560,7 @@
esh-autosuggest
pkgs.mu
]));
defaultEditor = true;
};
services.samba-wsdd.enable = true;
services.samba = {

View file

@ -118,7 +118,7 @@
};
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";
};
};
@ -546,6 +546,7 @@
esh-autosuggest
pkgs.mu
]));
defaultEditor = true;
};
services.samba-wsdd.enable = true;
services.samba = {