splits out configuration into central modules
This commit is contained in:
parent
58ffb417dd
commit
b44654b9a2
63 changed files with 20 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue