This commit is contained in:
Tao Tien 2024-05-16 03:51:55 -07:00
parent 8f681ffbac
commit 913d061549
5 changed files with 31 additions and 22 deletions

View file

@ -24,9 +24,17 @@ in {
};
programs = {
bat = {
enable = true;
config = {
theme = "gruvbox-dark";
};
};
bottom = {
enable = true;
settings = {
color = "gruvbox";
flags = {
battery =
if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname)

View file

@ -19,7 +19,7 @@ def l [
path: path = "."
] {
ls $path
| sort-by type name -i
| sort-by type name -i -n
}
@ -89,6 +89,8 @@ def tsr [] {
}
alias ts = tailscale
alias tss = tailscale status
alias tsu = tailscale up
alias tsd = tailscale down
alias tsx = tailscale exit-node list