added lots of nice packages

This commit is contained in:
fwastring 2025-06-08 11:07:24 +02:00
parent 336c146925
commit e0b1517200
7 changed files with 65 additions and 33 deletions

View file

@ -1,5 +1,3 @@
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{
inputs,
lib,
@ -7,7 +5,13 @@
pkgs,
myhostname,
...
}: {
}:
let
go-migrate-pg = pkgs.go-migrate.overrideAttrs(oldAttrs: {
tags = ["postgres"];
});
in
{
environment.systemPackages = with pkgs; [
timewarrior
@ -19,6 +23,7 @@
sqlc
postgresql
go-migrate-pg
argocd
gh
ngrok