306 current 2024-12-28 00:21:47 24.11.20241222.1807c2b 6.12.2-zen1 *
This commit is contained in:
parent
0b703bec9c
commit
f59b9c3acb
2 changed files with 0 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
||||||
}: {
|
}: {
|
||||||
networking.hostName = "crocoite"; # Define your hostname.
|
networking.hostName = "crocoite"; # Define your hostname.
|
||||||
|
|
||||||
#MANPAGER='nvim +Man!'
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
#MANPAGER='nvim +Man!'
|
|
||||||
environment.systemPackages = [pkgs.neovim];
|
environment.systemPackages = [pkgs.neovim];
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
"MANPAGER" = "nvim +Man!";
|
"MANPAGER" = "nvim +Man!";
|
||||||
|
|
Loading…
Add table
Reference in a new issue