From 835f3b4082f5c3a3a84d37ecae4e792535ed6ca1 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 17 Aug 2023 12:08:24 -0300 Subject: [PATCH] trying ou helix as an editor --- hosts/common/packages.nix | 2 +- users/common/home.nix | 2 +- users/common/programs.nix | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/hosts/common/packages.nix b/hosts/common/packages.nix index bb137db..699eee4 100644 --- a/hosts/common/packages.nix +++ b/hosts/common/packages.nix @@ -9,13 +9,13 @@ btop comma git + helix micro neofetch # nix-your-shell # Currently only available in unstable sysz tmux tree - neovim wget ]; diff --git a/users/common/home.nix b/users/common/home.nix index 8fb9978..8611029 100644 --- a/users/common/home.nix +++ b/users/common/home.nix @@ -7,7 +7,7 @@ stateVersion = "22.05"; sessionVariables = { TZ = ":/etc/localtime"; - EDITOR = "nvim"; + EDITOR = "hx"; }; file = { ".config/starship.toml".source = diff --git a/users/common/programs.nix b/users/common/programs.nix index 0854e47..9c2ff1d 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -1,6 +1,4 @@ -{ inputs, config, pkgs, lib, ... }: - -{ +{ inputs, config, pkgs, lib, ... }: { programs = { password-store.enable = true; bash = { @@ -56,8 +54,6 @@ interactiveShellInit = "nix-your-shell fish | source"; loginShellInit = "nix-your-shell fish | source"; shellAliases = { - vi = "nvim"; - vim = "nvim"; wget = ''wget --hsts-file="$XDG_DATA_HOME/wget-hsts"''; }; functions = {