refactor(wim): remove useless writeText
This commit is contained in:
parent
3ad512ce78
commit
59792d8f27
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
|||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"gtklock/config.ini".source = pkgs.writeText "config.ini" ''
|
||||
"gtklock/config.ini".text = ''
|
||||
[main]
|
||||
modules=${builtins.concatStringsSep ";" [
|
||||
"${pkgs.gtklock-powerbar-module}/lib/gtklock/powerbar-module.so"
|
||||
|
|
Loading…
Reference in a new issue