parent
d18476da73
commit
72decc18fe
9 changed files with 2 additions and 2 deletions
7
home-manager/common/default.nix
Normal file
7
home-manager/common/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ outputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
outputs.homeManagerModules.default
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue