build:update_flake

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

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

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