refactor(nix): remove duplicate kmscon config and some comments

This commit is contained in:
matt1432 2023-10-11 01:28:22 -04:00
parent 818c3c09c7
commit 9dba97b518
3 changed files with 3 additions and 13 deletions
nixos/home

View file

@ -85,10 +85,9 @@
};
};
programs.bash = { # TODO: deal with root dotfiles
programs.bash = {
enable = true;
enableCompletion = true;
#enableVteIntegration = false; what is this?
historyFile = "\$HOME/.cache/.bash_history";
historyFileSize = 100000; # default