zsh + nvim
This commit is contained in:
parent
43ce8ca42f
commit
3c22c2043a
2 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue