Use foot on mistmane again, kitty is slow and alacritty is broken
This commit is contained in:
parent
46dfaa466b
commit
95e28a3cba
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, inputs, ... }:
|
{ lib, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -13,7 +13,16 @@
|
||||||
networking.hostName = "mistmane";
|
networking.hostName = "mistmane";
|
||||||
|
|
||||||
home-manager.users.artemis = {
|
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 = {
|
wayland.windowManager.sway.config = {
|
||||||
|
terminal = lib.mkForce "foot";
|
||||||
input."9610:30:HAILUCK_CO.,LTD_USB_KEYBOARD_Touchpad" = {
|
input."9610:30:HAILUCK_CO.,LTD_USB_KEYBOARD_Touchpad" = {
|
||||||
middle_emulation = "enabled";
|
middle_emulation = "enabled";
|
||||||
click_method = "clickfinger";
|
click_method = "clickfinger";
|
||||||
|
|
Loading…
Reference in a new issue