my nixos/home-manager configuration
1
fork

Configure Feed

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

update zed-editor to unstable branch

+1
+1
home-manager/modules/zed-editor.nix
··· 19 19 20 20 config = lib.mkIf cfg.enable { 21 21 programs.zed-editor = { 22 + package = pkgs.unstable.zed-editor; 22 23 installRemoteServer = true; 23 24 extraPackages = with pkgs; [ 24 25 nil