1
Fork 0
satellite/home/features/desktop/wakatime/default.nix

11 lines
215 B
Nix
Raw Normal View History

{ pkgs, config, ... }: {
homeage.file.wakatime = {
source = ./wakatime_config.age;
symlinks = [
"${config.home.homeDirectory}/.wakatime.cfg"
];
};
home.packages = with pkgs; [ wakatime ];
}