splits out configuration into central modules
This commit is contained in:
parent
58ffb417dd
commit
b44654b9a2
63 changed files with 20 additions and 20 deletions
|
|
@ -14,12 +14,12 @@
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/git
|
../modules/git
|
||||||
./modules/fish/work.nix
|
../modules/fish/work.nix
|
||||||
./modules/atuin
|
../modules/atuin
|
||||||
./modules/wezterm
|
../modules/wezterm
|
||||||
./modules/nvim
|
../modules/nvim
|
||||||
./modules/lazygit
|
../modules/lazygit
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -13,13 +13,13 @@
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/ssh
|
../modules/ssh
|
||||||
./modules/git
|
../modules/git
|
||||||
./modules/fish
|
../modules/fish
|
||||||
./modules/atuin
|
../modules/atuin
|
||||||
./modules/wezterm
|
../modules/wezterm
|
||||||
./modules/nvim
|
../modules/nvim
|
||||||
./modules/lazygit
|
../modules/lazygit
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -41,11 +41,11 @@
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/git
|
../modules/git
|
||||||
./modules/fish
|
../modules/fish
|
||||||
./modules/atuin
|
../modules/atuin
|
||||||
./modules/nvim/deck.nix
|
../modules/nvim/deck.nix
|
||||||
./modules/lazygit
|
../modules/lazygit
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.darwinModules.home-manager
|
inputs.home-manager.darwinModules.home-manager
|
||||||
../../home/modules/aerospace
|
../../modules/aerospace
|
||||||
];
|
];
|
||||||
|
|
||||||
# Setting the user
|
# Setting the user
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.darwinModules.home-manager
|
inputs.home-manager.darwinModules.home-manager
|
||||||
../../home/modules/aerospace/work.nix
|
../../modules/aerospace/work.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Setting the user
|
# Setting the user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue