mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: mkIf backward-propagates and disables keymap (probably due to _conditional or smth being set) ??
This commit is contained in:
parent
bdbbe6c9db
commit
b6027f7c88
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue