This commit is contained in:
Philipp Hochkamp 2022-08-22 22:53:15 +02:00
parent 3cb8c3359d
commit a1f11cd2ca
2 changed files with 3 additions and 3 deletions

View file

@ -62,8 +62,8 @@
, darwin
, utils
, emacs-overlay
, # neovim-nightly-overlay,
...
, xynoblog
, ...
}:
let
extraSystems = [ ];
@ -78,6 +78,7 @@
overlays = [
self.overlays.default
emacs-overlay.overlay
xynoblog.overlays.default
];

View file

@ -9,7 +9,6 @@
[
# Include the results of the hardware scan.
./hardware-configuration.nix
inputs.xynoblog.nixosModule
];
documentation.enable = false;