replace neovim with helix
This commit is contained in:
parent
75a38fab65
commit
303e982a8e
3 changed files with 12 additions and 9 deletions
|
@ -1,12 +1,11 @@
|
|||
# Configures programs that primarily run via the command line
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./fish.nix # fish shell configuration
|
||||
./neovim.nix # neovim configuration, my "escape" editor
|
||||
./lazygit.nix # my preferred git porcellain
|
||||
./direnv.nix # smart cding
|
||||
./mise.nix # version management for tools
|
||||
./helix.nix # helix configuration, my CLI editor
|
||||
];
|
||||
|
||||
# stuff that doesn't fit into any other files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue