this repo has no description
0
fork

Configure Feed

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

feat(home): chrome

hallaine.com 7639ef7c 2c05b62e

verified
+5
+5
home/desktop.nix
··· 15 15 programs = { 16 16 firefox.enable = true; 17 17 18 + chromium = { 19 + enable = true; 20 + package = pkgs.google-chrome; 21 + }; 22 + 18 23 thunderbird = { 19 24 enable = true; 20 25 profiles."default" = {