this repo has no description
0
fork

Configure Feed

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

:sparkles: Added cursor

+7 -1
+7 -1
home/work.nix
··· 5 5 stateVersion, 6 6 ... 7 7 }: { 8 + nixpkgs = { 9 + config = { 10 + allowUnfree = true; 11 + }; 12 + }; 13 + 8 14 home.packages = with pkgs; [ 9 15 wl-clipboard 10 16 nodePackages.mermaid-cli 11 - davmail 17 + code-cursor 12 18 d2 13 19 ]; 14 20