#2 first somewhat working iteration, there seems to be a problem with home manager still
This commit is contained in:
parent
19d03b20c5
commit
0be4728958
11 changed files with 118 additions and 16 deletions
|
@ -10,11 +10,13 @@ let
|
|||
in
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ neovim firefox ];
|
||||
packages = with pkgs; [ neovim ];
|
||||
|
||||
sessionVariables = { EDITOR = "nvim"; };
|
||||
|
||||
shellAliases = { vimdiff = "nvim -d"; };
|
||||
shellAliases = {
|
||||
vim = "nvim";
|
||||
vimdiff = "nvim -d"; };
|
||||
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue