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 = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$menu" = "tofi"; "$menu" = "tofi";
"$terminal" = "foot"; "$terminal" = "kitty";
env = [ env = [
"LIBVA_DRIVER_NAME,nvidia" "LIBVA_DRIVER_NAME,nvidia"

View file

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

View file

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