From 818f1f559da0cebf8d5d901fb4d053add83fd620 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 11 Aug 2024 14:08:16 -0400 Subject: [PATCH] meta: Move alacritty config to phone I only use alacritty on the phone due to the superior touch support. Touch support might be added to kitty later if someone is willing to patch it. See: https://github.com/kovidgoyal/kitty/issues/5432 --- home/alacritty.nix | 15 --------------- hosts/phone/configuration.nix | 19 +++++++++++++++++-- 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 home/alacritty.nix diff --git a/home/alacritty.nix b/home/alacritty.nix deleted file mode 100644 index 2442f680..00000000 --- a/home/alacritty.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - programs.alacritty = { - enable = true; - - settings = { - window.padding = { - x = 10; - y = 10; - }; - - mouse.hide_when_typing = true; - selection.save_to_clipboard = true; - }; - }; -} diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 1f908636..09777cd1 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -34,7 +34,6 @@ in home-manager.sharedModules = attrValues { inherit (self.homeModules) - alacritty eza fish git @@ -49,7 +48,23 @@ in ; config = { - programs.man.generateCaches = mkForce false; + programs = { + alacritty = { + enable = true; + + settings = { + window.padding = { + x = 10; + y = 10; + }; + + mouse.hide_when_typing = true; + selection.save_to_clipboard = true; + }; + }; + + man.generateCaches = mkForce false; + }; xdg = { desktopEntries = {