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:
2026-07-25 13:58:17 +02:00
parent ae42e7e278
commit b1bac04352
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ _: {
spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball game
ttySolitaire.enable = true; # TTY Solitaire: terminalbased solitaire game
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
+1
View File
@@ -64,6 +64,7 @@ _: {
spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball game
ttySolitaire.enable = true; # TTY Solitaire: terminalbased solitaire game
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
+1
View File
@@ -64,6 +64,7 @@ _: {
spaceCadetPinball.enable = false; # SpaceCadet Pinball: classic pinball game
ttySolitaire.enable = false; # TTY Solitaire: terminalbased solitaire game
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
@@ -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
+1
View File
@@ -75,6 +75,7 @@
logisim-evolution = logisim-evolution;
notify = notify-client;
boxes = gnome-boxes;
kmines = kdePackages.kmines;
switcheroo = switcheroo;
simpleScan = simple-scan.overrideAttrs (old: {
postFixup =