switching greetd to plasma
This commit is contained in:
parent
001ad3b7b6
commit
7ddd241def
|
@ -8,6 +8,7 @@ with lib;
|
||||||
package = pkgs.nixVersions.unstable;
|
package = pkgs.nixVersions.unstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# This adds hyprland cache to cachix
|
# This adds hyprland cache to cachix
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = ["https://hyprland.cachix.org"];
|
substituters = ["https://hyprland.cachix.org"];
|
||||||
|
@ -83,7 +84,7 @@ with lib;
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = {
|
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";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
plasma_session = {
|
plasma_session = {
|
||||||
|
|
Loading…
Reference in a new issue