home-manager purged

This commit is contained in:
Charlie Root 2024-11-19 14:20:00 +01:00
commit 6755222762
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
14 changed files with 54 additions and 583 deletions

View file

@ -3,7 +3,6 @@
lib,
...
}: let
inherit (config.modules.other.system) username;
inherit (config.modules.system.hardware) monitors;
inherit (lib) mapAttrsToList;
inherit (builtins) toString;