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

chore: fix minor syntax issue

This commit is contained in:
oddlama 2023-02-07 16:50:29 +01:00
parent 872defe627
commit f25a7cc241
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 17 additions and 17 deletions

View file

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

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [powertop];
services.logind = {
lidSwitch = "ignore";