Compare commits

...

2 commits

Author SHA1 Message Date
1b91e430a2 solve keyboard issues 2020-11-18 16:45:59 +01:00
8625bae15e add ispell 2020-11-18 15:11:25 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -5,7 +5,10 @@ let
in {
environment.systemPackages = with pkgs; [
acpi
aspell
bash
aspellDicts.de
aspellDicts.en
bash-completion
bat
borgbackup