splits out configuration into central modules
This commit is contained in:
parent
58ffb417dd
commit
b44654b9a2
63 changed files with 20 additions and 20 deletions
|
|
@ -8,7 +8,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
../../home/modules/aerospace
|
||||
../../modules/aerospace
|
||||
];
|
||||
|
||||
# Setting the user
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
../../home/modules/aerospace/work.nix
|
||||
../../modules/aerospace/work.nix
|
||||
];
|
||||
|
||||
# Setting the user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue