mio-ops/profiles/kids-dev.nix

11 lines
180 B
Nix
Raw Normal View History

2020-03-25 08:07:51 +00:00
# Configuration for Haskell development
{
2022-03-07 14:26:15 +00:00
config,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
kate # Multi-document editor with syntax highlighting
];
2020-03-25 08:07:51 +00:00
}