changes to packages and other environment pieces
This commit is contained in:
parent
e25a752c31
commit
e56de75416
4 changed files with 7 additions and 7 deletions
|
@ -73,11 +73,11 @@ with lib;
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "hyprland";
|
||||
command = "dbus-run-session startplasma-wayland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd '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…
Add table
Add a link
Reference in a new issue