removed enable.nix because it does nothing anyway

This commit is contained in:
Lyn 2024-10-19 06:56:40 +02:00
parent f967160ad9
commit 46a97e6a06
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +1,6 @@
{ {
imports = [ imports = [
./mkLocalMods.nix ./mkLocalMods.nix
# ./enable.nix
]; ];
} }

View file

@ -1,7 +0,0 @@
{lib, config, ...}: {
config.lyn.lib.enable = list: lib.genAttrs
list
(
name: {enable = true;}
);
}