switched to kitty, added blink-cmp emojis

also updated flake and fixed kernel issue
also attempted to make calendar tooltip in waybar scrollable but it isnt
working yet
This commit is contained in:
Gabriella Bere 2025-09-06 23:45:37 +01:00
parent 91dd593c28
commit bfde0fdfef
7 changed files with 124 additions and 123 deletions

View file

@ -73,14 +73,5 @@
# Add support for bluetooth headset media controls
services.mpris-proxy.enable = true;
programs.alacritty = {
enable = true;
package = pkgs.alacritty;
settings = {
window.dimensions = {
lines = 3;
columns = 200;
};
};
};
programs.kitty.enable = true;
}