Apparently this is needed
This commit is contained in:
parent
d313177cdd
commit
f5265965d7
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
../../submodules
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
nixpkgs.overlays = (lib.mkIf (!config.submoduleSupport.enable) [
|
||||
inputs.emacs-overlay.overlays.default
|
||||
];
|
||||
]);
|
||||
|
||||
my.beets-config.enable = true;
|
||||
my.tmux-config.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue