From cfdf6443d358201f6f8cf3e687ba27bf8383b76b Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Thu, 25 Jul 2024 23:35:37 +0300 Subject: [PATCH] added alacritty --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index a175996..8402e3b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -31,6 +31,11 @@ # Set your time zone. time.timeZone = "Europe/Moscow"; + environment.sessionVariables = rec { + # fixing disappering cursor in alacritty - https://github.com/NixOS/nixpkgs/issues/22652 + XCURSOR_THEME = "Vimix-cursors"; + }; + # Select internationalisation properties. i18n.defaultLocale = "ru_RU.UTF-8"; @@ -117,6 +122,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + alacritty vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git tmux