fix: fix gtklock

This commit is contained in:
jacekpoz 2023-09-09 00:17:08 +02:00
parent 867589dd27
commit bf88f1c578
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -1,14 +1,13 @@
{
pkgs,
lib,
config',
...
}: {
home.packages = lib.mkMerge (with pkgs; [
home.packages = with pkgs; [
gtklock
]);
];
xdg.configFile."gtklock/config.ini" = ''
xdg.configFile."gtklock/config.ini".text = ''
[main]
gtk-theme=${config'.gtk-theme}
'';