Compare commits

...

2 Commits

Author SHA1 Message Date
dd34a05ee8 Silence uwsm
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-09-03 10:49:17 +00:00
35b9dd0cfc Remove elara sudo password
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-09-03 10:49:05 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -154,7 +154,7 @@
programs.zsh = {
loginExtra = lib.mkAfter ''
if uwsm check may-start; then
if uwsm check may-start > /dev/null; then
exec uwsm start hyprland-uwsm.desktop
fi
'';

View File

@@ -7,6 +7,4 @@
tarball.configPath = ../../../.;
startMenuLaunchers = true;
};
security.sudo.wheelNeedsPassword = true;
}