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