All my system configs and packages in one repo
1
fork

Configure Feed

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

leah: small fixes

+4 -3
+2 -1
users/leah/programs/fish.nix
··· 13 13 enable = true; 14 14 inherit (config.programs.fish) package; 15 15 16 - functions.eza = "eza --git --icons=auto"; 16 + functions.eza = "command eza --git --icons=auto"; 17 + 17 18 abbrs = { 18 19 ls = "eza"; 19 20 ll = "eza -l";
+2 -2
users/leah/programs/vcs.nix
··· 19 19 hjem.users.leah.ext.programs = { 20 20 git = { 21 21 enable = true; 22 + integrations.difftastic.enable = true; 23 + 22 24 settings = { 23 - diff.external = lib.getExe pkgs.difftastic; 24 - 25 25 init.defaultBranch = "main"; 26 26 push.autoSetupRemote = true; 27 27 url."https://github.com/".insteadOf = "gh:";