From f59b9c3acb98ac66a916231c95b9712ace750566 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Wed, 1 Jan 2025 21:11:55 +0100 Subject: [PATCH] 306 current 2024-12-28 00:21:47 24.11.20241222.1807c2b 6.12.2-zen1 * --- hosts/crocoite/crocoite.nix | 2 -- modules/customisation.nix | 1 - 2 files changed, 3 deletions(-) diff --git a/hosts/crocoite/crocoite.nix b/hosts/crocoite/crocoite.nix index 4a75200..b206c7e 100644 --- a/hosts/crocoite/crocoite.nix +++ b/hosts/crocoite/crocoite.nix @@ -6,8 +6,6 @@ }: { networking.hostName = "crocoite"; # Define your hostname. - #MANPAGER='nvim +Man!' - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave diff --git a/modules/customisation.nix b/modules/customisation.nix index 1179963..824f102 100644 --- a/modules/customisation.nix +++ b/modules/customisation.nix @@ -1,5 +1,4 @@ {pkgs, ...}: { - #MANPAGER='nvim +Man!' environment.systemPackages = [pkgs.neovim]; environment.variables = { "MANPAGER" = "nvim +Man!";