mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 16:52:24 +00:00
Fix typo
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console = {
|
||||
packages = [ pkgs.spleen pkg.tamsyn ];
|
||||
packages = [ pkgs.spleen pkgs.tamsyn ];
|
||||
font = "spleen-12x24";
|
||||
useXkbConfig = true; # use xkb.options in tty.
|
||||
colors = [
|
||||
|
||||
Reference in New Issue
Block a user