refactor(nix): remove duplicate kmscon config and some comments
This commit is contained in:
parent
818c3c09c7
commit
9dba97b518
3 changed files with 3 additions and 13 deletions
nixos/home
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue