notnice
This commit is contained in:
parent
27640023cb
commit
4e96441e97
2 changed files with 7 additions and 2 deletions
|
@ -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";
|
||||||
"^$" = "👾";
|
"^$" = "👾";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue