refactor: remove files not need anymore
This commit is contained in:
parent
a611de125c
commit
f637e50a7a
5 changed files with 4 additions and 143 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue