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!";