My entire NixOS config or something!

Add custom 'describe -m' command

+3 -4
+3 -4
home.nix
··· 302 302 editor = "nvim"; 303 303 }; 304 304 aliases = { 305 - "bmt" = [ 306 - "bookmark" 307 - "move" 308 - "--to" 305 + "dm" = [ 306 + "desc" 307 + "-m" 309 308 ]; 310 309 }; 311 310 };