This commit is contained in:
fwastring 2025-12-01 21:33:27 +01:00
parent d516a6e283
commit 04fdbf9d61
16 changed files with 72 additions and 335 deletions

View file

@ -3,65 +3,18 @@
pkgs,
...
}:
let
# go-migrate-pg = pkgs.go-migrate.overrideAttrs (oldAttrs: {
# tags = [ "postgres" ];
# });
in
{
nix.settings.trusted-users = [
"root"
"fw"
];
environment.systemPackages = with pkgs; [
# Neovim
inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default
# Nix
nixfmt-rfc-style
# Docker
# dive
lazydocker
# Jobb
gh
# awscli
# minio-client
# dotnetCorePackages.dotnet_9.sdk
# opentofu
# azure-cli
# jira-cli-go
# Blogging
# zola
# System Design
# sqlc
# postgresql
# plantuml
# Web Dev
# tailwindcss
# prettierd
# Go
# go
# air
# templ
# go-migrate-pg
# Build
git
gcc
# gnumake
# cmake
# System Tools
awscli
minio-client
opentofu
azure-cli
yq
jq
git
# qrencode
];
}