dotfiles/home/modules/gui/kitty.nix
2024-12-21 16:58:20 -06:00

9 lines
178 B
Nix

{ config, pkgs, ... }: {
programs.kitty = {
enable = true;
# package = (config.lib.nixGL.wrap pkgs.kitty);
# settings = { linux_display_server = "x11"; };
};
}