From a1f11cd2ca5bb9430e8934a13deb02cc95b23ae9 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Mon, 22 Aug 2022 22:53:15 +0200 Subject: [PATCH] update --- flake.nix | 5 +++-- hosts/picard/default.nix | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 6fe05fb1..040bedea 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index 95704f82..329c21a8 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -9,7 +9,6 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix - inputs.xynoblog.nixosModule ]; documentation.enable = false;