solve keyboard issues
This commit is contained in:
parent
8625bae15e
commit
1b91e430a2
2 changed files with 3 additions and 2 deletions
|
@ -54,7 +54,6 @@ in {
|
|||
hardware.cpu.intel.updateMicrocode = true;
|
||||
networking.hostId = "eff291c4";
|
||||
networking.hostName = "sphere";
|
||||
powerManagement.powertop.enable = true;
|
||||
services.tlp.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
|
|
|
@ -5,7 +5,10 @@ let
|
|||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
aspell
|
||||
bash
|
||||
aspellDicts.de
|
||||
aspellDicts.en
|
||||
bash-completion
|
||||
bat
|
||||
borgbackup
|
||||
|
@ -16,7 +19,6 @@ in {
|
|||
git
|
||||
gnupg
|
||||
htop
|
||||
ispell
|
||||
jq
|
||||
mtr
|
||||
ncdu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue