summaryrefslogtreecommitdiff
path: root/home/ebisu/shared/editor.nix
blob: 55809cd59356181859eaae0a32d8b43820afd146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ inputs, pkgs, ... }:
{
  home.packages = with pkgs; [
    emacs
    neovide
    # jetbrains.clion
    lunarvim
    inputs.nix-microchip.packages.${pkgs.system}.mplab-x
    arduino-ide
  ];
}