Remove .config/btop/btop.conf

Add .config/btop/btop.conf
Update .config/home-manager/home.nix
Remove .config/fish/config.fish
Update .config/fish/functions/update.fish
Add .config/fish/config.fish
Add .config/yazi/yazi.toml
Remove .config/yazi/yazi.toml
This commit is contained in:
2026-02-19 20:24:29 +01:00
parent 4ea305701b
commit 4a0df9a038
8 changed files with 116 additions and 516 deletions

View File

@@ -14,4 +14,9 @@ function update --description "update system"
flatpak update --noninteractive
echo "===Flatpak remove unused==="
flatpak uninstall --unused
echo "===Nix update==="
nix-channel --update
home-manager switch
echo "===Nix garbage collection==="
home-manager expire-generations "-7 days"
end