This commit is contained in:
KaitoTLex 2024-10-24 19:35:38 -07:00
parent 27640023cb
commit 4e96441e97
2 changed files with 7 additions and 2 deletions

View file

@ -161,8 +161,8 @@
icon-size = 20; icon-size = 20;
max-length = 50; max-length = 50;
rewrite = { rewrite = {
"(.*) LibreWolf" = "$1"; "(.*) firefox" = "$1";
"(.*) Zen Browser" = "$1"; "(.*) chromium" = "$1";
"^$" = "👾"; "^$" = "👾";
}; };
}; };

View file

@ -22,6 +22,11 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
# here is some command line tools I use frequently # here is some command line tools I use frequently
# feel free to add your own or remove some of them # feel free to add your own or remove some of them
typst
tmux
pipes
cmatrix
neofetch neofetch
polychromatic polychromatic
openrazer-daemon openrazer-daemon