Skip to content

Commit a051ddb

Browse files
authored
feat: add chess tools (#11)
1 parent 2d851a3 commit a051ddb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

nix/home-manager/apps/chess.nix

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Graphics
2+
{ pkgs, ... }: {
3+
home.packages = with pkgs; [
4+
# Game
5+
pychess # Chess game
6+
7+
# Database
8+
chessx # Chess database application
9+
scid-vs-pc # Chess database application
10+
11+
# Engine
12+
stockfish # Strong open-source chess engine
13+
lc0 # Neural network based chess engine
14+
15+
# TUI
16+
chess-tui
17+
];
18+
}

users/badele/badxps.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ in
2727
# Apps
2828
../../nix/home-manager/apps/bluetooth.nix
2929
../../nix/home-manager/apps/cad.nix
30+
../../nix/home-manager/apps/chess.nix
3031
../../nix/home-manager/apps/graphics.nix
3132
../../nix/home-manager/apps/networking.nix
3233

0 commit comments

Comments
 (0)