dotfiles/modules/editors/default.nix

6 lines
94 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ./emacs.nix ./idea.nix ./vim.nix ./code.nix ];
}