7 lines
102 B
Nix
7 lines
102 B
Nix
|
_: {
|
||
|
services.conky = {
|
||
|
enable = true;
|
||
|
extraConfig = builtins.readFile ./conky.conf;
|
||
|
};
|
||
|
}
|