Skip to content

Commit

Permalink
feat: add chess tools (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
badele authored Dec 27, 2024
1 parent 2d851a3 commit a051ddb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nix/home-manager/apps/chess.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Graphics
{ pkgs, ... }: {
home.packages = with pkgs; [
# Game
pychess # Chess game

# Database
chessx # Chess database application
scid-vs-pc # Chess database application

# Engine
stockfish # Strong open-source chess engine
lc0 # Neural network based chess engine

# TUI
chess-tui
];
}
1 change: 1 addition & 0 deletions users/badele/badxps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ in
# Apps
../../nix/home-manager/apps/bluetooth.nix
../../nix/home-manager/apps/cad.nix
../../nix/home-manager/apps/chess.nix
../../nix/home-manager/apps/graphics.nix
../../nix/home-manager/apps/networking.nix

Expand Down

0 comments on commit a051ddb

Please sign in to comment.