dotfiles/homes/x86_64-linux/christopher@cobalt/config/hausgold.nix
2025-11-03 10:42:58 +01: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_4
# Dev environment specifics
libxcrypt # maklerportal-frontend-test-suite
postgresql
geos
# mDNS support
nssmdns
avahi
slack
];
}