dot_testing/home/khal/default.nix

10 lines
122 B
Nix
Raw Normal View History

{ lib, config, pkgs, home, ... }:
{
home.file = {
".config/khal/config" = {
source = ./config;
};
};
}