5 lines
96 B
Nix
5 lines
96 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./emacs.nix ./idea.nix ./vim.nix ./vscode.nix ];
|
|
}
|