mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
add home-manager
This commit is contained in:
parent
f1b1fef4cd
commit
c335400b9d
1 changed files with 3 additions and 0 deletions
3
modules/home-manager/default.nix
Normal file
3
modules/home-manager/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{lib, ...}: {
|
||||
imports = [];
|
||||
}
|
Loading…
Reference in a new issue