Compare commits

..

No commits in common. "1a13f68ae4e85b2650507fec7b52e3ccb0bf3f27" and "9fe4f62c37a8b2945e552745dcc21131bb572a95" have entirely different histories.

View file

@ -84,12 +84,6 @@ let
--prefix LD_LIBRARY_PATH : "${pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ]}" --prefix LD_LIBRARY_PATH : "${pkgs.lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ]}"
''; '';
}; };
greptileSkills = pkgs.fetchFromGitHub {
owner = "greptileai";
repo = "skills";
rev = "4ae5198fb82fe28d7b452796152f2b1745051c77";
hash = "sha256-NvDd3BSVeS10kYupLxo27VlKeeHPHrxyTb8EdVqrtQw=";
};
nasaApodWallpaper = pkgs.writeShellApplication { nasaApodWallpaper = pkgs.writeShellApplication {
name = "nasa-apod-wallpaper"; name = "nasa-apod-wallpaper";
runtimeInputs = [ runtimeInputs = [
@ -818,11 +812,10 @@ in
}; };
systemd.user.timers.nasa-apod-wallpaper = { systemd.user.timers.nasa-apod-wallpaper = {
Unit.Description = "Refresh NASA APOD wallpaper regularly"; Unit.Description = "Refresh NASA APOD wallpaper daily";
Timer = { Timer = {
OnStartupSec = "2m"; OnStartupSec = "0";
OnCalendar = "hourly"; OnUnitActiveSec = "1d";
Persistent = true;
Unit = "nasa-apod-wallpaper.service"; Unit = "nasa-apod-wallpaper.service";
}; };
Install.WantedBy = [ "timers.target" ]; Install.WantedBy = [ "timers.target" ];
@ -852,9 +845,6 @@ in
}; };
}; };
home.file.".agents/skills/check-pr".source = "${greptileSkills}/check-pr";
home.file.".agents/skills/greploop".source = "${greptileSkills}/greploop";
home.file.".config/opencode/opencode.json".text = builtins.toJSON { home.file.".config/opencode/opencode.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/config.json"; "$schema" = "https://opencode.ai/config.json";
autoupdate = false; autoupdate = false;