greetd(autologin): use UWSM if enabled
This commit is contained in:
parent
3ac3a823d1
commit
c130a6c3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
initial_session = {
|
||||
command = if (config.programs.niri.enable == true) then "${pkgs.niri}/bin/niri-session" else if (config.programs.hyprland.enable == true) then "${pkgs.hyprland}/bin/Hyprland" else "${pkgs.zsh}/bin/zsh";
|
||||
command = if (config.programs.uwsm.enable == true) then "${lib.getExe pkgs.uwsm} start default" else if (config.programs.niri.enable == true) then "${pkgs.niri}/bin/niri-session" else if (config.programs.hyprland.enable == true) then "${pkgs.hyprland}/bin/Hyprland" else "${pkgs.zsh}/bin/zsh";
|
||||
user = "nico";
|
||||
};
|
||||
default_session = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue