1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: mkIf backward-propagates and disables keymap (probably due to _conditional or smth being set) ??

This commit is contained in:
oddlama 2023-02-09 13:59:18 +01:00
parent bdbbe6c9db
commit b6027f7c88
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -35,7 +35,7 @@ in {
{
keyMap = "de-latin1-nodeadkeys";
}
// lib.mkIf config.hardware.video.hidpi.enable {
// lib.optionalAttrs config.hardware.video.hidpi.enable {
font = "ter-v28n";
packages = with pkgs; [terminus_font];
};