about summary refs log tree commit diff stats
path: root/system/locale
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-04-07 11:04:40 +0200
committerene <ene@sils.li>2023-04-07 11:04:40 +0200
commitdd3200e5dc1361971850ce636fe05d8c7a985355 (patch)
treea04c27771b354ca954dfd9c5b00322f9463e7ed8 /system/locale
parentFeat(hm/packages): Add brave and ungoogled-chromium (diff)
downloadnixos-config-dd3200e5dc1361971850ce636fe05d8c7a985355.tar.gz
nixos-config-dd3200e5dc1361971850ce636fe05d8c7a985355.zip
Style(treewide): Format with Alejandra
Diffstat (limited to '')
-rw-r--r--system/locale/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/locale/default.nix b/system/locale/default.nix
index e237df1a..6684f828 100644
--- a/system/locale/default.nix
+++ b/system/locale/default.nix
@@ -19,6 +19,6 @@
 
   # Layout
   console = {
-    keyMap = "us";  # TODO add a config switch for this
+    keyMap = "us"; # TODO add a config switch for this
   };
 }