diff --git a/flake.nix b/flake.nix index f87e65e4..f8468856 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,6 @@ ./home/nyxt/default.nix ./home/alacritty.nix ./home/default.nix - ./home/foot.nix ./home/kdeconnect.nix ./home/media.nix ./home/pass.nix diff --git a/home/default.nix b/home/default.nix index 2821f732..e4203d00 100644 --- a/home/default.nix +++ b/home/default.nix @@ -185,7 +185,7 @@ plugins = with pkgs.tmuxPlugins; [ yank tmux-fzf ]; extraConfig = '' # https://old.reddit.com/r/tmux/comments/mesrci/tmux_2_doesnt_seem_to_use_256_colors/ - set -ga terminal-overrides ",*256col*,foot:Tc" + set -ga terminal-overrides ",*256col*,alacritty:Tc" set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' set-environment -g COLORTERM "truecolor" diff --git a/home/foot.nix b/home/foot.nix deleted file mode 100644 index f5349402..00000000 --- a/home/foot.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - programs.foot.enable = true; -} diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 1fed95ec..5375890b 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -102,10 +102,10 @@ in '' # Common program shortcuts bind = SUPER, Space, exec, rofi -replace -show combi bind = SUPER SHIFT, Space, exec, rofi -replace -show run - bind = SUPER, Return, exec, foot + bind = SUPER, Return, exec, alacritty bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh - bind = SUPER ALT, D, exec, [workspace 1] foot + bind = SUPER ALT, D, exec, [workspace 1] alacritty bind = SUPER ALT, E, exec, [workspace 2] emacs bind = SUPER ALT, W, exec, [workspace 3] nyxt bind = SUPER ALT, F, exec, [workspace 4] thunar diff --git a/home/hyprland/rofi.nix b/home/hyprland/rofi.nix index 1875efc2..76db909c 100644 --- a/home/hyprland/rofi.nix +++ b/home/hyprland/rofi.nix @@ -8,7 +8,7 @@ in { enable = true; package = pkgs.rofi-wayland; location = "center"; - terminal = "${pkgs.foot}/bin/foot"; + terminal = "${pkgs.alacritty}/bin/alacritty"; pass = { enable = true; package = pkgs.rofi-pass-wayland;