refactor: remove files not need anymore

This commit is contained in:
danny 2025-08-21 23:13:15 +08:00
parent a611de125c
commit f637e50a7a
5 changed files with 4 additions and 143 deletions

View file

@ -8,7 +8,7 @@
# Nixos
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#${hostname}";
fullClean = "sudo nix store gc && sudo /run/current-system/bin/switch-to-configuration boot";
fullClean = "sudo nix store gc && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
# Hyprland
hyprlog = "grep -v \"arranged\" $XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/hyprland.log | cat";