zsh + nvim

This commit is contained in:
♥ Minnie ♥ 2023-05-14 10:39:26 +00:00
parent 43ce8ca42f
commit 3c22c2043a
2 changed files with 14 additions and 6 deletions

View file

@ -12,8 +12,12 @@
# You can also split up your configuration and import pieces of it here:
# Configurations
"${inputs.neovim-jsm}/default.nix"
# Programs
./programs/git.nix
./programs/zsh.nix
];
nixpkgs = {
@ -51,7 +55,7 @@
username = "admin";
homeDirectory = "/home/admin";
sessionVariables = {
EDITOR = "vim";
EDITOR = "nvim";
};
# Install some packages