updates to desktop stuff

This commit is contained in:
Chris Cochrun 2023-01-12 09:49:44 -06:00
parent 1e6b8c68ab
commit 2c0699c544
8 changed files with 18 additions and 13 deletions

View file

@ -78,7 +78,7 @@ with lib;
user = "chris";
};
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session startplasma-wayland'";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd /home/chris/bin/hyprland -s /etc/greetd/environments";
user = "greeter";
};
plasma_session = {
@ -94,9 +94,9 @@ with lib;
environment.etc."greetd/environments".text = ''
/home/chris/bin/hyprland
dbus-run-session startplasma-wayland
fish
bash
dbus-run-session startplasma-wayland
'';
programs.hyprland = {