Use foot on mistmane again, kitty is slow and alacritty is broken

This commit is contained in:
Artemis Tosini 2023-11-01 20:41:41 +00:00
parent 46dfaa466b
commit 95e28a3cba
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, inputs, ... }:
{ lib, inputs, ... }:
{
imports = [
@ -13,7 +13,16 @@
networking.hostName = "mistmane";
home-manager.users.artemis = {
programs.foot = {
enable = true;
settings.main = {
shell = "/run/current-system/sw/bin/fish";
font = "Fira Code:size=6";
dpi-aware = "yes";
};
};
wayland.windowManager.sway.config = {
terminal = lib.mkForce "foot";
input."9610:30:HAILUCK_CO.,LTD_USB_KEYBOARD_Touchpad" = {
middle_emulation = "enabled";
click_method = "clickfinger";