feat: rework to modular
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ./helpers/home.nix ];
|
||||
|
||||
# Company env vars — available in all shells
|
||||
home.sessionVariables = {
|
||||
BAO_ADDR = "https://secrets.api.nodeiwest.se";
|
||||
SOME_REGISTRY = "git.dgren.dev";
|
||||
# etc.
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Tools every dev needs
|
||||
openbao
|
||||
colmena
|
||||
# etc.
|
||||
sops
|
||||
imports = [
|
||||
../profiles/minimal.nix
|
||||
./secrets/openbao.nix
|
||||
];
|
||||
|
||||
home.packages = [ pkgs.colmena ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user