From b1bac04352999c048c8fcecdfe728e3b81615b12 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Sat, 25 Jul 2026 13:58:17 +0200 Subject: [PATCH] Add KMines package, enable on desktop and laptop Add kmines to packages.nix and configure its enable flag per host. --- hosts/Garand-Desktop/system-modules.nix | 1 + hosts/Garand-Laptop/system-modules.nix | 1 + hosts/default/system-modules.nix | 1 + modules/core/packages/appimages/helium.nix | 1 + modules/core/packages/packages.nix | 1 + 5 files changed, 5 insertions(+) diff --git a/hosts/Garand-Desktop/system-modules.nix b/hosts/Garand-Desktop/system-modules.nix index 3acb64e..6b89d02 100644 --- a/hosts/Garand-Desktop/system-modules.nix +++ b/hosts/Garand-Desktop/system-modules.nix @@ -64,6 +64,7 @@ _: { spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball 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 + kmines.enable = true; # KMines: KMines is the classic Minesweeper game /* Development Tools diff --git a/hosts/Garand-Laptop/system-modules.nix b/hosts/Garand-Laptop/system-modules.nix index 7ef4be2..b7f78b7 100644 --- a/hosts/Garand-Laptop/system-modules.nix +++ b/hosts/Garand-Laptop/system-modules.nix @@ -64,6 +64,7 @@ _: { spaceCadetPinball.enable = true; # SpaceCadet Pinball: classic pinball 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 + kmines.enable = true; # KMines: KMines is the classic Minesweeper game /* Development Tools diff --git a/hosts/default/system-modules.nix b/hosts/default/system-modules.nix index 64a2223..4eb828c 100644 --- a/hosts/default/system-modules.nix +++ b/hosts/default/system-modules.nix @@ -64,6 +64,7 @@ _: { spaceCadetPinball.enable = false; # SpaceCadet Pinball: classic pinball 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 + kmines.enable = false; # KMines: KMines is the classic Minesweeper game /* Development Tools diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index 8984a88..650a667 100644 --- a/modules/core/packages/appimages/helium.nix +++ b/modules/core/packages/appimages/helium.nix @@ -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 + diff --git a/modules/core/packages/packages.nix b/modules/core/packages/packages.nix index 6b8216b..4a1b58f 100644 --- a/modules/core/packages/packages.nix +++ b/modules/core/packages/packages.nix @@ -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 =