this repo has no description
0
fork

Configure Feed

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

:style: nix fmt in halloy configuration

+2 -2
+2 -2
home/halloy/default.nix
··· 1 - { pkgs, ... }: { 2 - home.packages = with pkgs; [ halloy ]; 1 + {pkgs, ...}: { 2 + home.packages = with pkgs; [halloy]; 3 3 4 4 home.file.".config/halloy/config.toml".source = ./config.toml; 5 5 }