refactor backup

This commit is contained in:
Kopatz
2024-04-21 11:04:18 +02:00
parent ad10b366ec
commit d02e9e0b09
5 changed files with 37 additions and 86 deletions

View File

@@ -11,6 +11,7 @@
checkTime = "(cd /synced/work_drive/TS && nix run)";
checkWaylandWindowsKDE = "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole";
collectGarbage = "sudo nix-collect-garbage --delete-older-than 7d && nix-collect-garbage --delete-older-than 7d";
edit = "nvim ~/projects/github/nix-config";
ll = "ls -l";
ssh = "TERM=xterm-256color ssh";
update = "sudo nixos-rebuild switch";