update tlp and bar

This commit is contained in:
dim
2025-07-04 14:21:21 +07:00
parent ac8bc15318
commit b84b427fca
28 changed files with 730 additions and 655 deletions

View File

@@ -14,7 +14,7 @@ in {
batdiff
batgrep
batwatch
prettybat
# prettybat
];
};
@@ -26,7 +26,7 @@ in {
syntaxHighlighting.enable = true;
historySubstringSearch.enable = true;
initExtraFirst = ''
initContent = lib.mkBefore ''
bindkey -e
${if fetch == "neofetch" then
pkgs.neofetch + "/bin/neofetch"
@@ -95,7 +95,7 @@ in {
gcu = "git add . && git commit -m 'Update'";
gp = "git push";
gpl = "git pull";
gs = "git status";
gst = "git status";
gd = "git diff";
gco = "git checkout";
gcb = "git checkout -b";