Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 11 lines 110 B view raw
1{ pkgs, ... }: 2 3{ 4 home.shellAliases = { 5 curl = "xh"; 6 }; 7 8 home.packages = with pkgs; [ 9 xh 10 ]; 11}