Skip to content

Commit 0b3cee7

Browse files
committed
fix(zsh): uwsm is not kicked off through the hyprland-uwsm.desktop file and PAM
1 parent 8e17cef commit 0b3cee7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

modules/zsh.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ with lib;
8585
];
8686
theme = "juanghurtado";
8787
};
88-
profileExtra =
89-
mkIf config.home.wayland.enable # sh
90-
''
91-
if uwsm check may-start; then
92-
exec uwsm start default
93-
fi
94-
'';
9588
syntaxHighlighting.enable = true;
9689
shellAliases = {
9790
artisan = "a";

0 commit comments

Comments
 (0)