switching greetd to plasma
This commit is contained in:
parent
001ad3b7b6
commit
7ddd241def
|
@ -8,6 +8,7 @@ with lib;
|
|||
package = pkgs.nixVersions.unstable;
|
||||
};
|
||||
|
||||
|
||||
# This adds hyprland cache to cachix
|
||||
nix.settings = {
|
||||
substituters = ["https://hyprland.cachix.org"];
|
||||
|
@ -83,7 +84,7 @@ with lib;
|
|||
user = "chris";
|
||||
};
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd /home/chris/bin/hyprland -s /etc/greetd/environments";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd dbus-run-session startplasma-wayland -s /etc/greetd/environments";
|
||||
user = "greeter";
|
||||
};
|
||||
plasma_session = {
|
||||
|
|
Loading…
Reference in a new issue