refactor(common): simplify home-manager config
check / lint (push) Successful in 14s

This commit is contained in:
2026-08-22 23:23:50 +02:00
parent 97a2a5b52b
commit 9183b17731
4 changed files with 4 additions and 4 deletions
-2
View File
@@ -1,6 +1,5 @@
{
inputs,
config,
...
}:
let
@@ -17,7 +16,6 @@ in
inherit (meta) host;
hardware.facter.reportPath = ./facter.json;
home-manager.users.${config.host.username} = import ../../home/hosts/vm;
"ai-tools".enable = true;
anki.enable = true;