mio-ops/profiles/kids-dev.nix

12 lines
180 B
Nix
Raw Normal View History

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