Reorganise
This commit is contained in:
parent
7ca53faffe
commit
ade27fe524
1 changed files with 2 additions and 1 deletions
|
|
@ -111,6 +111,8 @@
|
|||
zoxide
|
||||
];
|
||||
|
||||
home.file.".wezterm.lua".source = ./wezterm.lua;
|
||||
|
||||
# basic configuration of git, please change to your own
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
@ -186,7 +188,6 @@
|
|||
};
|
||||
|
||||
home.file.".config/nvim/init.lua".source = ./nvim/init.lua;
|
||||
home.file.".wezterm.lua".source = ./wezterm.lua;
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue