update pacckages and uhm other stuff

This commit is contained in:
Reid 2024-12-12 21:17:18 -08:00
parent 74ef77bb1f
commit 3a08d19841
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
11 changed files with 189 additions and 71 deletions

View file

@ -41,6 +41,7 @@ in {
};
config = mkIf cfg.enable {
hm.home.packages = [ cfg.package ];
modules.desktop.execOnStart = [ "${cfg.startScript}" ];
};
}