my system configurations ^-^
0
fork

Configure Feed

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

feat: move btop module to shared

willow 142a1818 c39318a5

+1
modules/nixos/home/programs/tui/btop.nix modules/shared/home/programs/tui/btop.nix
+1
modules/shared/home/programs/tui/default.nix
··· 1 1 { 2 2 imports = [ 3 3 ./helix 4 + ./btop.nix 4 5 ]; 5 6 }