greetd session command fix
This commit is contained in:
parent
99cd170ffe
commit
c31c081a93
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
|||
let
|
||||
hostSpec = config.hostSpec.username;
|
||||
default = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --time-format '%I:%M %p | %a • %h | %F' --cmd uwsm start hyprland.desktop";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --asterisks --time --time-format '%I:%M %p | %a • %h | %F' --cmd uwsm start default";
|
||||
user = "toph";
|
||||
};
|
||||
initial = {
|
||||
# command = "${pkgs.hyprland}/bin/Hyprland";
|
||||
command = "uwsm start hyprland.desktop";
|
||||
command = "uwsm start default";
|
||||
user = "toph";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Reference in a new issue