feat: waybar nvidia

This commit is contained in:
Kat Inskip 2025-07-27 22:13:26 -07:00
parent 9019d65fb4
commit 32588d7074
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
16 changed files with 89 additions and 236 deletions

View file

@ -0,0 +1,14 @@
_: {
programs.chawan = {
enable = true;
settings = {
buffer = {
images = true;
autofocus = true;
};
pager."C-k" = "() => pager.load('https://duckduckgo.com/?=')";
pager."C-l" = "() => pager.load('https://github.com/?=')";
pager."C-m" = "() => pager.load('https://news.ycombinator.com/?=')";
};
};
}