flake: home-manager: use a more modular design
This means I can easily add new hosts now.
This commit is contained in:
parent
2fb3d0f9cf
commit
a046569743
2 changed files with 48 additions and 33 deletions
5
hosts/homes/ambroisie/default.nix
Normal file
5
hosts/homes/ambroisie/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Default home-manager configuration
|
||||
{ ... }:
|
||||
{
|
||||
# Default configuration, nothing to do
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue