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