feat: setup nix flake
This commit is contained in:
15
modules/home.nix
Normal file
15
modules/home.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
# 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
|
||||
# etc.
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user