feat: move things around

This commit is contained in:
eric
2026-03-18 17:41:10 +01:00
parent f558ab4ba9
commit 1de34c1869
22 changed files with 54 additions and 2692 deletions

View File

@@ -1,10 +1,7 @@
{ pkgs, ... }:
let
nodeiwestHelper = pkgs.callPackage ../../pkgs/helpers { };
in
{ pkgs, deployment, ... }:
{
home.packages = [
pkgs.python3
nodeiwestHelper
deployment.packages.${pkgs.system}.nodeiwest-helper
];
}