nix machine / user configurations
1{ pkgs, ... }: 2{ 3 imports = [ ./editor ]; 4 environment.systemPackages = with pkgs; [ 5 git 6 tokei 7 ]; 8 documentation.dev.enable = true; 9}