chore(home): cleanup modules
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-10-10 22:57:02 +02:00
parent 5ec7575655
commit 532612a5a6
No known key found for this signature in database
27 changed files with 272 additions and 1238 deletions

View file

@ -1,6 +1,5 @@
{ pkgs, inputs, ... }:
{
home-manager.useGlobalPkgs = true;
home-manager.sharedModules = pkgs.lib.attrValues inputs.self.hmModules;
home-manager.users.dadada = inputs.self.hmConfigurations.dadada;
}