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

View file

@ -46,17 +46,6 @@
flatpak.enable = true;
tlp.enable = true;
kmscon = {
enable = true;
hwRender = true;
fonts = [
{
name = "Source Code Pro";
package = pkgs.source-code-pro;
}
];
};
locate = {
enable = true;
package = pkgs.mlocate;

View file

@ -25,6 +25,8 @@
services.kmscon = {
enable = true;
hwRender = true;
# FIXME: https://github.com/Aetf/kmscon/issues/18 // Icons not rendering properly
# FIXME: https://github.com/Aetf/kmscon/issues/56 // Mouse cursor stays
extraOptions = "--font-size 12.5 --font-dpi 170 --font-name 'JetBrainsMono Nerd Font'";
};

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