nixos/modules/home/editors/default.nix

8 lines
71 B
Nix
Raw Normal View History

2024-05-28 20:45:50 +02:00
{ config, pkgs, ... }:
{
imports = [
2024-05-28 20:46:24 +02:00
./emacs
2024-05-28 20:45:50 +02:00
./vscode
];
}