my NixOS and nix-darwin config
0
fork

Configure Feed

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

.

+2 -3
+1 -1
modules/home/shells/fish/default.nix
··· 78 78 jjl = "jj log"; 79 79 jjs = "jj squash"; 80 80 jjst = "jj status"; 81 - jjc = "jj commit"; 81 + jjc = "jj commit -m "; 82 82 83 83 jju = "jj undo"; 84 84 jjr = "jj re";
+1 -2
modules/home/tools/helix/default.nix
··· 24 24 programs.helix = { 25 25 enable = true; 26 26 # building helix from source 27 - package = helix.packages.${pkgs.system}.default; 27 + # package = helix.packages.${pkgs.system}.default; 28 28 defaultEditor = true; 29 29 extraPackages = with pkgs; [ 30 30 gopls ··· 39 39 tinymist 40 40 ltex-ls 41 41 nixd 42 - nil 43 42 markdown-oxide 44 43 fourmolu 45 44 ruff