1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00
home-manager/tests/modules/programs/ne/default.nix
cwyc 8f2342e13a
ne: add module
Added a simple module to place configuration files for ne: the nice
editor.

PR #1336
2020-06-23 22:37:02 +02:00

5 lines
76 B
Nix

{
ne-defprefs = ./defprefs.nix;
ne-passthroughs = ./passthroughs.nix;
}