summaryrefslogtreecommitdiff
path: root/home/ebisu/core/editor/default.nix
blob: 346c1f5e38ab06650da011715f3e977f67fbd9fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ inputs, pkgs, ... }:
{
  # imports = [ ./vscode-fhs.nix ];

  home.packages = with pkgs; [
    emacs
    neovide
    # jetbrains.clion
    lunarvim
    zed-editor
    vscode
    inputs.notion-repackaged.packages.x86_64-linux.notion-repackaged
  ];
}