summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2021-04-11 02:09:07 +0200
committerdavidak <git@davidak.de>2021-04-23 16:41:06 +0200
commitfabdd4650344ba93d657a643466c027f40ef3c87 (patch)
treec94fd88932d6208d968a1a366efa6a0b56c291fd /nixos/modules/config
parentd83b116910b7cc15f1e3bc1ae1fc4a47f06b4beb (diff)
downloadnixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.tar
nixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.tar.gz
nixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.tar.bz2
nixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.tar.lz
nixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.tar.xz
nixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.tar.zst
nixpkgs-fabdd4650344ba93d657a643466c027f40ef3c87.zip
kbdKeymaps: remove
dvp and neo are now included in kbd

includes documentation in release notes and alias
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/console.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/config/console.nix b/nixos/modules/config/console.nix
index 84ad76246fd..5be7f06c05d 100644
--- a/nixos/modules/config/console.nix
+++ b/nixos/modules/config/console.nix
@@ -82,8 +82,7 @@ in
 
     packages = mkOption {
       type = types.listOf types.package;
-      default = with pkgs.kbdKeymaps; [ dvp neo ];
-      defaultText = "with pkgs.kbdKeymaps; [ dvp neo ]";
+      default = [ ];
       description = ''
         List of additional packages that provide console fonts, keymaps and
         other resources for virtual consoles use.