306 current 2024-12-28 00:21:47 24.11.20241222.1807c2b 6.12.2-zen1 *

This commit is contained in:
Ranomier 2025-01-01 21:11:55 +01:00
parent 0b703bec9c
commit f59b9c3acb
2 changed files with 0 additions and 3 deletions

View file

@ -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. Its perfectly fine and recommended to leave

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {
#MANPAGER='nvim +Man!'
environment.systemPackages = [pkgs.neovim];
environment.variables = {
"MANPAGER" = "nvim +Man!";