nix-less hm config ready

This commit is contained in:
Bryan Ramos 2024-05-09 11:53:23 -04:00
parent f28ec054cd
commit 1d170da221
11 changed files with 63 additions and 160 deletions

View file

@ -1,8 +1,9 @@
{ ... }:
{ config, pkgs, home-manager, ... }:
{
imports = [
../../../user/configs
./system.nix
];
imports = [ ../../../user ];
"${config.user.name}" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
};
}