configuration.nix/home/wm/addon/conky/default.nix

7 lines
102 B
Nix
Raw Normal View History

2024-06-01 03:27:04 +05:30
_: {
services.conky = {
enable = true;
extraConfig = builtins.readFile ./conky.conf;
};
}