added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
23
nyx/homes/notashelf/programs/graphical/gaming/chess.nix
Normal file
23
nyx/homes/notashelf/programs/graphical/gaming/chess.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkIf;
|
||||
inherit (osConfig) modules;
|
||||
|
||||
env = modules.usrEnv;
|
||||
prg = env.programs;
|
||||
in {
|
||||
config = mkIf prg.gaming.chess.enable {
|
||||
home.packages = with pkgs; [
|
||||
knights
|
||||
fairymax
|
||||
gnome.gnome-chess
|
||||
stockfish
|
||||
fishnet
|
||||
uchess
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue