feat: add 'infra' module (and use on work host)
This commit is contained in:
10
home/modules/infra/default.nix
Normal file
10
home/modules/infra/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
home.packages = with pkgs; [
|
||||
opentofu
|
||||
upbound
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user