Bohdan's terminal configuration
0
fork

Configure Feed

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

nix: added Nushell plugins

bpavuk 1cc93853 c54b195c

+14
+14
nixos/home/development/zsh.nix
··· 19 19 }; 20 20 }; 21 21 environmentVariables = config.home.sessionVariables; 22 + plugins = with pkgs.nushellPlugins; [ 23 + # units 24 + skim 25 + semver 26 + query 27 + polars 28 + # net 29 + highlight 30 + gstat 31 + formats 32 + desktop_notifications 33 + # dbus 34 + bson 35 + ]; 22 36 }; 23 37 24 38 programs.pay-respects = {