splits out configuration into central modules

This commit is contained in:
Dennis Schoepf 2025-05-29 18:26:46 +02:00
parent 58ffb417dd
commit b44654b9a2
63 changed files with 20 additions and 20 deletions

View file

@ -14,12 +14,12 @@
xdg.enable = true;
imports = [
./modules/git
./modules/fish/work.nix
./modules/atuin
./modules/wezterm
./modules/nvim
./modules/lazygit
../modules/git
../modules/fish/work.nix
../modules/atuin
../modules/wezterm
../modules/nvim
../modules/lazygit
];
programs.home-manager.enable = true;

View file

@ -13,13 +13,13 @@
xdg.enable = true;
imports = [
./modules/ssh
./modules/git
./modules/fish
./modules/atuin
./modules/wezterm
./modules/nvim
./modules/lazygit
../modules/ssh
../modules/git
../modules/fish
../modules/atuin
../modules/wezterm
../modules/nvim
../modules/lazygit
];
programs.home-manager.enable = true;

View file

@ -41,11 +41,11 @@
xdg.enable = true;
imports = [
./modules/git
./modules/fish
./modules/atuin
./modules/nvim/deck.nix
./modules/lazygit
../modules/git
../modules/fish
../modules/atuin
../modules/nvim/deck.nix
../modules/lazygit
];
programs.home-manager.enable = true;

View file

@ -8,7 +8,7 @@
}: {
imports = [
inputs.home-manager.darwinModules.home-manager
../../home/modules/aerospace
../../modules/aerospace
];
# Setting the user

View file

@ -8,7 +8,7 @@
}: {
imports = [
inputs.home-manager.darwinModules.home-manager
../../home/modules/aerospace/work.nix
../../modules/aerospace/work.nix
];
# Setting the user