forked from poz/niksos
fix: fix gtklock
This commit is contained in:
parent
867589dd27
commit
bf88f1c578
1 changed files with 3 additions and 4 deletions
|
@ -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}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue