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 , darwin
, utils , utils
, emacs-overlay , emacs-overlay
, # neovim-nightly-overlay, , xynoblog
... , ...
}: }:
let let
extraSystems = [ ]; extraSystems = [ ];
@ -78,6 +78,7 @@
overlays = [ overlays = [
self.overlays.default self.overlays.default
emacs-overlay.overlay emacs-overlay.overlay
xynoblog.overlays.default
]; ];

View file

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