Nixerus/configurations/profile/home/editor/default.nix

8 lines
98 B
Nix
Raw Normal View History

2023-05-18 12:07:07 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
./code.nix
./neovim.nix
./emacs.nix
];
}