From be5c3da1a99b60a0d98e5986a375228d9e6b7540 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 7 Apr 2024 17:48:27 +0200 Subject: Home: Switch from st to alacritty I'd like using the same terminal across OSes :( --- hosts/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/home.nix b/hosts/home.nix index 9b80ebe..0ce87bc 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -16,7 +16,8 @@ mpv sxiv #dwm - st + #st + alacritty dmenu unclutter clipmenu @@ -371,6 +372,7 @@ xdg = { configFile."tmux/tmux.conf".source = "${dotfiles}/tmux.conf"; configFile."nvim/".source = "${dotfiles}/nvim/"; + configFile."alacritty/alacritty.toml".source = "${dotfiles}/alacritty.toml"; configFile."sway/config".source = "${dotfiles}/sway_config"; configFile."river/".source = "${dotfiles}/river/"; configFile."waybar/".source = "${dotfiles}/waybar/"; -- cgit 1.4.1