move lsfg to gaming; add notes for 24.11 release;

This commit is contained in:
2025-11-18 22:48:25 +00:00
parent 079ba8a9d5
commit 3a9d27adb8
6 changed files with 22 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
hardware.graphics.enable32Bit = true; # For 32 bit applications
@@ -35,4 +35,10 @@
};
programs.cdemu.enable = true; # Remember to add users to the cdrom group for this to work
# 25.11 move to stable
environment.systemPackages = [
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".lsfg-vk
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".lsfg-vk-ui
];
}