Compare commits

...

2 Commits

Author SHA1 Message Date
Zynh Ludwig 6135a45ced remove superflous comments 2024-02-28 04:04:15 -08:00
Zynh Ludwig 4867b76eec clean sessionVariablesComment 2024-02-28 04:01:40 -08:00
2 changed files with 0 additions and 19 deletions

View File

@ -180,10 +180,6 @@
# Or disable the firewall altogether.
# networking.firewall.enable = false;
# 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
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?

View File

@ -51,21 +51,6 @@
# '';
};
# Home Manager can also manage your environment variables through
# 'home.sessionVariables'. If you don't want to manage your shell through Home
# Manager then you have to manually source 'hm-session-vars.sh' located at
# either
#
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
#
# or
#
# ~/.local/state/nix/profiles/profile/etc/profile.d/hm-session-vars.sh
#
# or
#
# /etc/profiles/per-user/ravenshade/etc/profile.d/hm-session-vars.sh
#
home.sessionVariables = {
EDITOR = "nvim";
MANPAGER = "nvim +Man!";