configurations for my servers and desktops
nix nixos flake dots dotfiles
fork

Configure Feed

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

at b00d95ca7df384c8e7837ee645f67f7b19d9412e 18 lines 253 B view raw
1{...}: { 2 programs.fastfetch = { 3 enable = true; 4 settings = { 5 logo = { 6 type = "small"; 7 }; 8 modules = [ 9 "title" 10 "uptime" 11 "host" 12 "os" 13 "localip" 14 "disk" 15 ]; 16 }; 17 }; 18}