add stable gimp3 release
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user