add stable gimp3 release

This commit is contained in:
Kopatz
2025-03-18 12:43:24 +01:00
parent 478f2b769c
commit 488647ba3e
6 changed files with 20 additions and 13 deletions

View File

@@ -1,6 +1,16 @@
{ config, lib, pkgs, ... }:
with lib;
let cfg = config.custom.graphical.games;
let
cfg = config.custom.graphical.games;
#proton-cachy = pkgs.proton-ge-bin.overrideAttrs (old: rec {
# pname = "proton-cachyos-bin";
# version = "cachyos-9.0-20250102-slr";
# src = pkgs.fetchzip {
# url =
# "https://github.com/CachyOS/proton-cachyos/releases/download/${version}/proton-${version}-x86_64_v3.tar.xz";
# hash = "sha256-aWpTUAm9FBuZI2KwEvhSnLB7Mfp5nYgUwvvLF47FIfM=";
# };
#});
in {
options.custom.graphical.games = {
enable = mkEnableOption "Enables games";