Personal-use NixOS configuration
0
fork

Configure Feed

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

Use the latest unstabler version of Biome for Zed

encode42 ec2d290b 2fdc54c8

+2 -1
+2 -1
homes/encode42/desktop/zed.nix
··· 1 1 { 2 2 lib, 3 3 pkgs, 4 + pkgs-unstable, 4 5 ... 5 6 }: 6 7 7 8 let 8 - biomePackage = pkgs.biome; 9 + biomePackage = pkgs-unstable.biome; 9 10 in 10 11 { 11 12 programs.zed-editor = {