home: wip refact for modular home-manager
This commit is contained in:
parent
55d59132eb
commit
4ef4631356
9 changed files with 622 additions and 460 deletions
|
@ -115,27 +115,7 @@
|
|||
|
||||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
home.file = {
|
||||
"./.config/kitty/" = {
|
||||
source = ../../dotfiles/kitty;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
"./.config/nvim/" = {
|
||||
source = ../../dotfiles/nvim;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
"./.config/lazygit/" = {
|
||||
source = ../../dotfiles/lazygit;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
"./.config/tmux/" = {
|
||||
source = ../../dotfiles/tmux;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
imports = [ ../../modules/home-manager/dotfiles.nix ];
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue