aboutsummaryrefslogtreecommitdiffstats
path: root/users/sils/nwg-panel/default.nix
blob: 22b1a333ab9efce7a914de50c524951f671d62c8 (plain) (blame)
1
2
3
4
5
6
{...}: {
  xdg.configFile."nwg-panel" = {
    enable = true;
    source = ../../../files/nwg-panel;
  };
}