chore: fix a few eval warnings

This commit is contained in:
Luj 2024-06-28 11:16:58 +02:00
parent 7fa62866b2
commit 281a91d7b3
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 17 additions and 18 deletions

View file

@ -1,4 +1,9 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
let
cfg = config.luj.programs.gtk;
in
@ -21,7 +26,7 @@ with lib;
};
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
};
};
}