diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:15:53 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:15:53 -0400 |
| commit | d06784958d73159b5e4abafe5114804662114ed7 (patch) | |
| tree | d8464262c1aa1f10553a5b11a9fda3e505e71f7f /users/ryan/modules/taskwarrior-ubersicht/default.nix | |
| parent | 1a71e94eb8ca1585201263cf654611ef6849d359 (diff) | |
move ubersicht modules in tree
Diffstat (limited to 'users/ryan/modules/taskwarrior-ubersicht/default.nix')
| -rwxr-xr-x[-rw-r--r--] | users/ryan/modules/taskwarrior-ubersicht/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/users/ryan/modules/taskwarrior-ubersicht/default.nix b/users/ryan/modules/taskwarrior-ubersicht/default.nix index 1f16c24..665af89 100644..100755 --- a/users/ryan/modules/taskwarrior-ubersicht/default.nix +++ b/users/ryan/modules/taskwarrior-ubersicht/default.nix | |||
| @@ -4,12 +4,7 @@ with lib; | |||
| 4 | 4 | ||
| 5 | let | 5 | let |
| 6 | cfg = config.ryan.simple-bar; | 6 | cfg = config.ryan.simple-bar; |
| 7 | # Fetch the git repo at a specific rev | 7 | "taskwarrior-ubersicht-upstream" = ./taskwarrior-widget-source |
| 8 | "taskwarrior-ubersicht-upstream" = builtins.fetchGit { | ||
| 9 | url = "https://github.com/nstanger/taskwarrior.widget"; | ||
| 10 | rev = "30428166fc84491eec36d91248df65f95064c97c"; | ||
| 11 | shallow = true; | ||
| 12 | }; | ||
| 13 | in | 8 | in |
| 14 | { | 9 | { |
| 15 | options.ryan.taskwarrior-widget.enable = mkEnableOption "taskwarrior-widget"; | 10 | options.ryan.taskwarrior-widget.enable = mkEnableOption "taskwarrior-widget"; |
