modules: refactoring complete

Hopefully works
This commit is contained in:
Charlie Root 2024-07-21 15:32:30 +02:00
commit 26aa946bfa
87 changed files with 524 additions and 3085 deletions

View file

@ -7,7 +7,7 @@
}:
with lib; let
cfg = config.modules.other.home-manager;
username = config.modules.other.system.username;
inherit (config.modules.other.system) username;
in {
options.modules.other.home-manager = {
enable = mkEnableOption "home-manager";