Compare commits
2 Commits
cf0d77b4d9
...
dd34a05ee8
Author | SHA1 | Date | |
---|---|---|---|
dd34a05ee8
|
|||
35b9dd0cfc
|
@@ -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
|
||||
'';
|
||||
|
@@ -7,6 +7,4 @@
|
||||
tarball.configPath = ../../../.;
|
||||
startMenuLaunchers = true;
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user