dotfiles/modules/editors/default.nix

6 lines
94 B
Nix
Raw Normal View History

2021-11-08 13:52:09 +01:00
{ config, lib, pkgs, ... }:
2022-03-30 10:55:57 +02:00
{
2022-03-23 12:41:04 +01:00
imports = [ ./emacs.nix ./idea.nix ./vim.nix ./code.nix ];
2021-11-08 13:52:09 +01:00
}