aboutsummaryrefslogtreecommitdiff
path: root/config/conky/default.nix
blob: ec63792350d23ca70275da26485ecf3ad13b6859 (plain)
1
2
3
4
5
6
7
8
{ pkgs, config, ... }:
{
  xdg.configFile.conky = {
    recursive = true;
    target = "conky";
    source = ./conky;
  };
}