migrate to 25.11; remove teamspeak and jellyfin player due to webkit deprecation;

This commit is contained in:
2025-11-28 00:42:44 +00:00
parent 4fc8b0f4fa
commit 16980bf9f4
11 changed files with 60 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
hardware.graphics.enable32Bit = true; # For 32 bit applications
@@ -36,9 +36,8 @@
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
environment.systemPackages = with pkgs;[
lsfg-vk
lsfg-vk-ui
];
}