diff --git a/nixos/cfg/packages.nix b/nixos/cfg/packages.nix index 25eeec51..d16d846d 100644 --- a/nixos/cfg/packages.nix +++ b/nixos/cfg/packages.nix @@ -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; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e0cf74f7..720c5f37 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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'"; }; diff --git a/nixos/home/bashdots.nix b/nixos/home/bashdots.nix index 106b6779..5563585f 100644 --- a/nixos/home/bashdots.nix +++ b/nixos/home/bashdots.nix @@ -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