trying ou helix as an editor
This commit is contained in:
parent
38856b52be
commit
835f3b4082
3 changed files with 3 additions and 7 deletions
|
|
@ -9,13 +9,13 @@
|
|||
btop
|
||||
comma
|
||||
git
|
||||
helix
|
||||
micro
|
||||
neofetch
|
||||
# nix-your-shell # Currently only available in unstable
|
||||
sysz
|
||||
tmux
|
||||
tree
|
||||
neovim
|
||||
wget
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
stateVersion = "22.05";
|
||||
sessionVariables = {
|
||||
TZ = ":/etc/localtime";
|
||||
EDITOR = "nvim";
|
||||
EDITOR = "hx";
|
||||
};
|
||||
file = {
|
||||
".config/starship.toml".source =
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue