mirror of https://github.com/materusPL/Nixerus.git
8 lines
98 B
Nix
8 lines
98 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./code.nix
|
||
|
./neovim.nix
|
||
|
./emacs.nix
|
||
|
];
|
||
|
}
|