home: gaming: add ckan

This commit is contained in:
Fabian Montero 2026-04-08 14:58:41 -06:00
parent e402107085
commit 68dcce4cf4
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3

View file

@ -11,10 +11,11 @@ in {
enable = mkEnableOption "gaming apps"; enable = mkEnableOption "gaming apps";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = [ home.packages = with pkgs; [
pkgs.lutris ckan # ksp mod manager
pkgs.openrct2 lutris # game launcher
pkgs.prismlauncher openrct2 # rollercoaster tycoon
prismlauncher # minecraft
]; ];
}; };
} }