diff --git a/flake.lock b/flake.lock index 6675a1d..1f6b2b2 100644 --- a/flake.lock +++ b/flake.lock @@ -165,11 +165,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1765876616, - "narHash": "sha256-j9BnLfWdJrJrETfmfnlnpvRGKVp1MLRaw78oYDSnTRY=", + "lastModified": 1766203416, + "narHash": "sha256-UrIuqnXvM+73owAiq1zjHNtaWrv72wD1yKO6jTowhTQ=", "owner": "rycee", "repo": "nur-expressions", - "rev": "2843ec4d4793815111a1b99e170ec7b1842b7f9f", + "rev": "8b55bb199045aa79e2965b7482b04ee4773192e3", "type": "gitlab" }, "original": { @@ -369,11 +369,11 @@ ] }, "locked": { - "lastModified": 1765860045, - "narHash": "sha256-7Lxp/PfOy4h3QIDtmWG/EgycaswqRSkDX4DGtet14NE=", + "lastModified": 1766171975, + "narHash": "sha256-47Ee0bTidhF/3/sHuYnWRuxcCrrm0mBNDxBkOTd3wWQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "09de9577d47d8bffb11c449b6a3d24e32ac16c99", + "rev": "bb35f07cc95a73aacbaf1f7f46bb8a3f40f265b5", "type": "github" }, "original": { @@ -442,11 +442,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1765779637, - "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", + "lastModified": 1766070988, + "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", + "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8", "type": "github" }, "original": { diff --git a/hosts/Garand-Desktop/system-modules.nix b/hosts/Garand-Desktop/system-modules.nix index 38b57ff..ee7f486 100644 --- a/hosts/Garand-Desktop/system-modules.nix +++ b/hosts/Garand-Desktop/system-modules.nix @@ -25,6 +25,7 @@ _: { */ distrobox.enable = false; # Distrobox: containerized development environments lazydocker.enable = false; # Lazydocker: simple TUI for Docker + bottles.enable = false; # Bottles: Easy-to-use wineprefix manager /* Gaming @@ -32,6 +33,7 @@ _: { prismlauncher.enable = false; # Prism Launcher: Minecraft modded launcher 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 /* Development Tools diff --git a/hosts/Garand-Laptop/system-modules.nix b/hosts/Garand-Laptop/system-modules.nix index 38b57ff..ee7f486 100644 --- a/hosts/Garand-Laptop/system-modules.nix +++ b/hosts/Garand-Laptop/system-modules.nix @@ -25,6 +25,7 @@ _: { */ distrobox.enable = false; # Distrobox: containerized development environments lazydocker.enable = false; # Lazydocker: simple TUI for Docker + bottles.enable = false; # Bottles: Easy-to-use wineprefix manager /* Gaming @@ -32,6 +33,7 @@ _: { prismlauncher.enable = false; # Prism Launcher: Minecraft modded launcher 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 /* Development Tools diff --git a/hosts/default/system-modules.nix b/hosts/default/system-modules.nix index 38b57ff..ee7f486 100644 --- a/hosts/default/system-modules.nix +++ b/hosts/default/system-modules.nix @@ -25,6 +25,7 @@ _: { */ distrobox.enable = false; # Distrobox: containerized development environments lazydocker.enable = false; # Lazydocker: simple TUI for Docker + bottles.enable = false; # Bottles: Easy-to-use wineprefix manager /* Gaming @@ -32,6 +33,7 @@ _: { prismlauncher.enable = false; # Prism Launcher: Minecraft modded launcher 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 /* Development Tools diff --git a/modules/core/packages/packages.nix b/modules/core/packages/packages.nix index f746680..67a48cf 100644 --- a/modules/core/packages/packages.nix +++ b/modules/core/packages/packages.nix @@ -45,6 +45,8 @@ signal = signal-desktop; pixieditor = pixieditor; peaclock = peaclock; + bottles = bottles; + heroic = heroic; }; in { imports = builtins.attrValues (builtins.mapAttrs mkPackage packages);