fix wayland

This commit is contained in:
Kopatz
2024-03-17 12:02:20 +01:00
parent a2a6918f1f
commit 9f3c9fe588
4 changed files with 25 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
update = "sudo nixos-rebuild switch";
updateOffline = "sudo nixos-rebuild switch --option substitute false";
checkTime = "(cd ~/Nextcloud/work_drive/TS && nix run)";
ssh="TERM=xterm-256color ssh";
checkWaylandWindowsKDE = "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole";
ssh = "TERM=xterm-256color ssh";
};
oh-my-zsh = {
enable = true;