Add KMines package, enable on desktop and laptop
Add kmines to packages.nix and configure its enable flag per host.
This commit is contained in:
@@ -64,6 +64,7 @@ _: {
|
|||||||
spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball game
|
spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball game
|
||||||
ttySolitaire.enable = true; # TTY Solitaire: terminal‑based solitaire game
|
ttySolitaire.enable = true; # TTY Solitaire: terminal‑based solitaire game
|
||||||
heroic.enable = false; # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac
|
heroic.enable = false; # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac
|
||||||
|
kmines.enable = true; # KMines: KMines is the classic Minesweeper game
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Development Tools
|
Development Tools
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ _: {
|
|||||||
spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball game
|
spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball game
|
||||||
ttySolitaire.enable = true; # TTY Solitaire: terminal‑based solitaire game
|
ttySolitaire.enable = true; # TTY Solitaire: terminal‑based solitaire game
|
||||||
heroic.enable = false; # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac
|
heroic.enable = false; # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac
|
||||||
|
kmines.enable = true; # KMines: KMines is the classic Minesweeper game
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Development Tools
|
Development Tools
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ _: {
|
|||||||
spaceCadetPinball.enable = false; # SpaceCadet Pinball: classic pinball game
|
spaceCadetPinball.enable = false; # SpaceCadet Pinball: classic pinball game
|
||||||
ttySolitaire.enable = false; # TTY Solitaire: terminal‑based solitaire game
|
ttySolitaire.enable = false; # TTY Solitaire: terminal‑based solitaire game
|
||||||
heroic.enable = false; # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac
|
heroic.enable = false; # Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac
|
||||||
|
kmines.enable = false; # KMines: KMines is the classic Minesweeper game
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Development Tools
|
Development Tools
|
||||||
|
|||||||
@@ -37,3 +37,4 @@ in
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
# https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage
|
# https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage
|
||||||
|
|
||||||
|
|||||||
@@ -75,6 +75,7 @@
|
|||||||
logisim-evolution = logisim-evolution;
|
logisim-evolution = logisim-evolution;
|
||||||
notify = notify-client;
|
notify = notify-client;
|
||||||
boxes = gnome-boxes;
|
boxes = gnome-boxes;
|
||||||
|
kmines = kdePackages.kmines;
|
||||||
switcheroo = switcheroo;
|
switcheroo = switcheroo;
|
||||||
simpleScan = simple-scan.overrideAttrs (old: {
|
simpleScan = simple-scan.overrideAttrs (old: {
|
||||||
postFixup =
|
postFixup =
|
||||||
|
|||||||
Reference in New Issue
Block a user