feat(desktop): change to kitty

This commit is contained in:
CronyAkatsuki 2025-10-25 19:05:40 +02:00
parent a2d3b6b978
commit 244e420d02
3 changed files with 7 additions and 2 deletions

View file

@ -146,7 +146,7 @@ in {
settings = {
"$mod" = "SUPER";
"$menu" = "tofi";
"$terminal" = "foot";
"$terminal" = "kitty";
env = [
"LIBVA_DRIVER_NAME,nvidia"

View file

@ -30,7 +30,7 @@
gnome-epub-thumbnailer
nsxiv
libarchive
ueberzugpp
# ueberzugpp
];
plugins.mappings = {
u = "nmount";

View file

@ -43,6 +43,11 @@
# Install foot
programs.foot.enable = true;
# Install kitty
programs.kitty = {
enable = true;
};
# Setup and enable mako
services.mako = {
enable = true;