this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add taskwarrior-tui

+6 -13
+6 -13
home/profiles/cli/default.nix
··· 57 57 #ssb-patchwork 58 58 fontconfig 59 59 pandoc 60 + taskwarrior-tui 61 + 60 62 (pkgs.writeScriptBin "jq-repl" '' 61 63 #!/usr/bin/env bash 62 64 if [[ -z $1 ]] || [[ $1 == "-" ]]; then ··· 133 135 TERMINFO_DIRS = "${pkgs.kitty.terminfo.outPath}/share/terminfo"; # Needed to run home-manager switch on non-nixOS 134 136 }; 135 137 plugins = [ 136 - { 137 - name = "zsh-autocomplete"; 138 - src = pkgs.fetchFromGitHub { 139 - owner = "marlonrichert"; 140 - repo = "zsh-autocomplete"; 141 - rev = "22.01.21"; 142 - sha256 = "+UziTYsjgpiumSulrLojuqHtDrgvuG91+XNiaMD7wIs="; 143 - }; 144 - } 145 138 { 146 139 name = "zsh-autopair"; 147 140 src = pkgs.fetchFromGitHub { ··· 273 266 nepl = "n repl '<nixpkgs>'"; 274 267 srch = "ns nixpkgs"; 275 268 orch = "ns override"; 276 - nrb = "cd /tmp; sudo nixos-rebuild switch --flake '/etc/nixos/#curve'; cd $OLDPWD"; 277 - nrt = "cd /tmp; sudo nixos-rebuild test --flake '/etc/nixos/#curve'; cd $OLDPWD"; 278 - ned = "cd /etc/nixos; vim; cd $OLDPWD"; 279 - ncd = "cd /etc/nixos"; 269 + nrb = "cd /tmp; sudo nixos-rebuild switch --flake '/home/anish/usr/helm#curve'; cd $OLDPWD"; 270 + nrt = "cd /tmp; sudo nixos-rebuild test --flake '/home/anish/usr/helm#curve'; cd $OLDPWD"; 271 + ned = "cd /home/anish/usr/helm; vim; cd $OLDPWD"; 272 + ncd = "cd /home/anish/usr/helm"; 280 273 mn = '' 281 274 manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | sk --preview="manix '{}'" | xargs manix 282 275 '';