This commit is contained in:
Asaki Yuki 2026-04-09 13:55:33 +07:00
parent a19f0bde5c
commit 3371d41a3c
6 changed files with 22 additions and 4 deletions

View file

@ -1,5 +1,6 @@
{
inputs,
libs,
config,
pkgs,
custom,
@ -15,7 +16,7 @@ in
};
home-manager.users.asakiyuki = {
_module.args = { inherit inputs osconfig custom; };
_module.args = { inherit inputs osconfig custom libs; };
imports = [
./modules/programs.nix
./modules/files.nix