dotfiles
0
fork

Configure Feed

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

feat(nix): add docker

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

boltless.me 834b502c 5eb9a1a2

verified
+2
+1
nix/darwin.nix
··· 188 enable = true; 189 casks = [ 190 "discord" 191 "ghostty" 192 "raycast" 193 # there are also pkgs.sensible-side-buttons (original version) which is unfree license
··· 188 enable = true; 189 casks = [ 190 "discord" 191 + "docker" 192 "ghostty" 193 "raycast" 194 # there are also pkgs.sensible-side-buttons (original version) which is unfree license
+1
nix/flake.nix
··· 73 pkgs.brave 74 pkgs.iina 75 pkgs.macmon 76 ] else []); 77 }; 78 };
··· 73 pkgs.brave 74 pkgs.iina 75 pkgs.macmon 76 + pkgs.docker 77 ] else []); 78 }; 79 };