added nix-less home-manager config

This commit is contained in:
Bryan Ramos 2024-05-09 10:49:44 -04:00
parent c98d27b406
commit f28ec054cd
5 changed files with 162 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
imports = [
../../../user/configs
./system.nix
];
}