modules: create home/common module
This commit is contained in:
parent
90b454816c
commit
ba8cfc1fd5
8 changed files with 144 additions and 28 deletions
5
modules/home/default.nix
Normal file
5
modules/home/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
flake.homeModules = {
|
||||
common = ./common;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue