major refactor

This commit is contained in:
Henri Dohmen 2025-12-23 23:05:32 +01:00
parent 20472f8d1b
commit d778875a1b
Signed by: hd
GPG key ID: AB79213B044674AE
32 changed files with 495 additions and 428 deletions

View file

@ -7,6 +7,9 @@
...
}:
{
# `options.home` is declared in /mod/desktop/default.nix s.t. it is accessible
# even when no home-manager is loaded.
imports = [
inputs.home-manager.nixosModules.home-manager
];