updates to desktop stuff
This commit is contained in:
parent
1e6b8c68ab
commit
2c0699c544
8 changed files with 18 additions and 13 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue