home: wip refact for modular home-manager

This commit is contained in:
Florian Schmitt 2025-03-29 19:12:38 +03:00
parent 55d59132eb
commit 4ef4631356
9 changed files with 622 additions and 460 deletions

View file

@ -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";
};