diff --git a/modules/desktop.nix b/modules/desktop.nix index e5f01bc..ead259e 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -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 = {