a dotfile but it's really big
0
fork

Configure Feed

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

editor: drop zed

-5
-1
modules/desktop/apps/default.nix
··· 2 2 imports = [ 3 3 ./browser.nix 4 4 ./social.nix 5 - ./zed.nix 6 5 ./music.nix 7 6 ]; 8 7 }
-4
modules/desktop/apps/zed.nix
··· 1 - { lib, config, ... }: 2 - { 3 - config = lib.mkIf (config.dev.tools.enable || false) { programs.zed-editor.enable = true; }; 4 - }