a dotfile but it's really big
0
fork

Configure Feed

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

deezer: try deezer desktop

karitham a17b88ee 2592c8ee

+5
+1
modules/desktop/apps/default.nix
··· 3 3 ./browser.nix 4 4 ./discord.nix 5 5 ./zed.nix 6 + ./music.nix 6 7 ]; 7 8 }
+4
modules/desktop/apps/music.nix
··· 1 + { pkgs, ... }: 2 + { 3 + home.packages = [ pkgs.deezer-enhanced ]; 4 + }