fix: minor typos

This commit is contained in:
oddlama 2022-12-16 02:11:26 +01:00
parent 5f6012faf1
commit 8643cd718a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 9 additions and 12 deletions

View file

@ -33,7 +33,7 @@
console = {
font = "ter-v28n";
keyMap = "de-latin1-nodeadkeys";
packages = with pkgs; [terminus_font];
packages = pkgs.terminus_font;
};
environment.systemPackages = with pkgs; [wireguard-tools powertop];