modules: create home/common module

This commit is contained in:
Nikodem Rabuliński 2024-01-22 20:40:43 +01:00
parent 90b454816c
commit ba8cfc1fd5
8 changed files with 144 additions and 28 deletions

5
modules/home/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
flake.homeModules = {
common = ./common;
};
}