fix: small env related inaccuracies
Some checks failed
Flake check / Check flake (push) Has been cancelled

This commit is contained in:
Leon Schwarzäugl 2025-08-10 21:37:34 +02:00
parent 5229a4c480
commit 6ea3851e72
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
18 changed files with 1415 additions and 1310 deletions

View file

@ -5,7 +5,8 @@
services.greetd = {
enable = true;
settings = {
initial_session.command = "sway";
# initial_session.command = "sway";
initial_session.command = "uwsm start -- sway-uwsm.desktop";
default_session.command = ''
${pkgs.tuigreet}/bin/tuigreet \
--time \
@ -16,8 +17,8 @@
};
};
environment.etc."greetd/environments".text = ''
sway
'';
# environment.etc."greetd/environments".text = ''
# sway
# '';
};
}