removed enable.nix because it does nothing anyway
This commit is contained in:
parent
f967160ad9
commit
46a97e6a06
2 changed files with 0 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./mkLocalMods.nix
|
||||
# ./enable.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{lib, config, ...}: {
|
||||
config.lyn.lib.enable = list: lib.genAttrs
|
||||
list
|
||||
(
|
||||
name: {enable = true;}
|
||||
);
|
||||
}
|
Loading…
Reference in a new issue