dotfiles/homes/x86_64-linux/christopher@cobalt/config/hausgold.nix
2025-09-01 10:32:19 +02:00

23 lines
398 B
Nix

{
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
# docker has to be installed globally because we have to enable virtualization
inputs.docker-compose-1.legacyPackages."x86_64-linux".docker-compose
ruby_3_2
# Dev environment specifics
libxcrypt # maklerportal-frontend-test-suite
postgresql
geos
# mDNS support
nssmdns
avahi
slack
];
}