changes to packages and other environment pieces

This commit is contained in:
Chris Cochrun 2023-02-15 14:40:12 -06:00
parent e25a752c31
commit e56de75416
4 changed files with 7 additions and 7 deletions

View file

@ -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 = {