build:update_flake

fix:zellij
remove:sudo-rs
add:bat&&wget
This commit is contained in:
dichgrem
2025-11-11 22:50:31 +08:00
parent 40eb78b6fb
commit 7683a7c148
6 changed files with 502 additions and 30 deletions

5
home/cli/bat.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.bat = {
enable = true;
};
}