nixos-config/configurations/profile/home/editor/default.nix

9 lines
95 B
Nix
Raw Permalink Normal View History

2023-10-08 11:42:08 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
./code.nix
./neovim.nix
2023-11-04 10:50:50 +01:00
./emacs
2023-10-08 11:42:08 +02:00
];
2024-03-11 16:19:31 +01:00
}