trying ou helix as an editor

This commit is contained in:
William 2023-08-17 12:08:24 -03:00
parent 38856b52be
commit 835f3b4082
3 changed files with 3 additions and 7 deletions

View file

@ -7,7 +7,7 @@
stateVersion = "22.05";
sessionVariables = {
TZ = ":/etc/localtime";
EDITOR = "nvim";
EDITOR = "hx";
};
file = {
".config/starship.toml".source =

View file

@ -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 = {