feat: add nix server provision
This commit is contained in:
10
modules/helpers/home.nix
Normal file
10
modules/helpers/home.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
nodeiwestHelper = pkgs.callPackage ../../pkgs/helpers { };
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.python3
|
||||
nodeiwestHelper
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user