solve keyboard issues

This commit is contained in:
foosinn 2020-11-18 16:45:59 +01:00
parent 8625bae15e
commit 1b91e430a2
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,6 @@ in {
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
networking.hostId = "eff291c4"; networking.hostId = "eff291c4";
networking.hostName = "sphere"; networking.hostName = "sphere";
powerManagement.powertop.enable = true;
services.tlp.enable = true; services.tlp.enable = true;
services.hardware.bolt.enable = true; services.hardware.bolt.enable = true;

View file

@ -5,7 +5,10 @@ let
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
acpi acpi
aspell
bash bash
aspellDicts.de
aspellDicts.en
bash-completion bash-completion
bat bat
borgbackup borgbackup
@ -16,7 +19,6 @@ in {
git git
gnupg gnupg
htop htop
ispell
jq jq
mtr mtr
ncdu ncdu