2.home-manager/modules
Olmo Kramer 1ee1d01daa
bash: don't unconditionally set HISTFILE variable (#1621)
The bash module always assigns a value to HISTFILE in the bashrc, even
when no value is explicitly set. This makes it impossible to tell bash
to use a different HISTFILE by setting the HISTFILE environment variable

    HISTFILE=/tmp/bash_history bash

This changes the default value of programs.bash.historyFile to null, and
only writes the HISTFILE=... line to the bashrc if it is changed to
something else.
2021-02-12 19:06:24 +01:00
..
accounts
config i18n: various fixes 2021-01-23 16:40:25 +01:00
lib sbt: add new module 2021-02-04 23:42:37 +01:00
lib-bash
misc home-manager: use 21.05 as next version 2021-02-05 22:09:00 +01:00
programs bash: don't unconditionally set HISTFILE variable (#1621) 2021-02-12 19:06:24 +01:00
services redshift/gammastep: use ini file 2021-02-07 23:33:17 +01:00
targets targets/darwin: add more options for configuring macOS (#1753) 2021-02-03 18:46:16 -05:00
default.nix modules: don't reference deprecated stdenv.lib (#1770) 2021-02-01 09:52:05 -05:00
files.nix
home-environment.nix
manual.nix
modules.nix sbt: add new module 2021-02-04 23:42:37 +01:00
systemd-activate.rb
systemd-activate.sh
systemd.nix systemd: support sd-switch 2020-12-13 22:00:30 +01:00
xcursor.nix
xresources.nix
xsession.nix