We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d851a3 commit a051ddbCopy full SHA for a051ddb
nix/home-manager/apps/chess.nix
@@ -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
@@ -27,6 +27,7 @@ in
27
# Apps
28
../../nix/home-manager/apps/bluetooth.nix
29
../../nix/home-manager/apps/cad.nix
30
+ ../../nix/home-manager/apps/chess.nix
31
../../nix/home-manager/apps/graphics.nix
32
../../nix/home-manager/apps/networking.nix
33
0 commit comments