nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit d9241093c5aab9148fed387f10caf6d704d49de9
parent d2ccfb92e80e02a6c1f6ca8ff9a742152c6c49e3
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed, 22 Oct 2025 18:52:17 +0100

I've fallen out with ghostty

Diffstat:
Mhome/hyprland.nix | 6+++---
Mmachines/arcadia.nix | 2+-
Mmachines/minerva.nix | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/home/hyprland.nix b/home/hyprland.nix @@ -118,14 +118,14 @@ bind = [ "SUPER, R, exec, tofi-drun | xargs hyprctl dispatch exec --" "SUPER, W, exec, firefox" - "SUPER, T, exec, ghostty" + "SUPER, T, exec, alacritty" "SUPER_SHIFT, W, exec, firefox -private-window" "ALT, Tab, cyclenext" "ALT SHIFT, Tab, cyclenext, prev" - "SUPER, RETURN, exec, ghostty" + "SUPER, RETURN, exec, alacritty" "SUPER_SHIFT, Q, killactive," "SUPER, X, exit," - "SUPER, E, exec, ghostty -e lf" + "SUPER, E, exec, alacritty -e lf" "SUPER, Space, togglefloating," "SUPER, F, fullscreen," "SUPER, P, pseudo," diff --git a/machines/arcadia.nix b/machines/arcadia.nix @@ -34,8 +34,8 @@ in backupFileExtension = "hm-bak"; users.${username} = { pkgs, ... }: { imports = [ + ../home/alacritty.nix (import ../home/fish.nix {inherit pkgs domain;}) - ../home/ghostty.nix ../home/hyprland.nix (import ../home/kodi.nix {inherit username;}) (import ../home/rclone.nix {inherit domain username sshport privatekey;}) diff --git a/machines/minerva.nix b/machines/minerva.nix @@ -37,11 +37,11 @@ in backupFileExtension = "hm-bak"; users.${username} = {pkgs, ...}: { imports = [ + ../home/alacritty.nix ../home/cursor.nix ../home/espanso.nix ../home/firefox.nix (import ../home/fish.nix {inherit pkgs domain;}) - ../home/ghostty.nix (import ../home/git.nix {inherit fullname email;}) ../home/htop.nix ../home/hyprland.nix