mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
systems/sumireko: Additional packages for work.
This commit is contained in:
parent
b589fdda9f
commit
9fe3751907
3 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ in {
|
|||
];
|
||||
};
|
||||
networking = {
|
||||
wireless.enable = true;
|
||||
firewall = {
|
||||
allowedUDPPorts = [ 5353 ];
|
||||
allowedUDPPortRanges = [ { from = 32768; to=60999; } ];
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ with pkgs;
|
|||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
jq
|
||||
ripgrep
|
||||
kubectl
|
||||
k9s
|
||||
terraform
|
||||
awscli
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ _: let
|
|||
alejandra # code formatter
|
||||
statix # anti-pattern finder
|
||||
deploy-rs.deploy-rs # deployment system
|
||||
rnix-lsp # vscode nix extensions
|
||||
terraform # terraform
|
||||
];
|
||||
|
||||
homebrew = {
|
||||
|
|
@ -30,6 +32,7 @@ _: let
|
|||
casks = [
|
||||
"utm"
|
||||
"discord"
|
||||
"orion"
|
||||
"barrier"
|
||||
"mullvadvpn"
|
||||
"bitwarden"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue