gaming: drop arctis-sound-manager, ANC via direct HID script

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-28 19:35:25 +01:00
parent 027858ff1e
commit ee86678cb5
4 changed files with 77 additions and 63 deletions

View file

@ -20,11 +20,6 @@
proton-cachyos-nix.url = "github:powerofthe69/proton-cachyos-nix";
arctis-sound-manager = {
url = "github:loteran/Arctis-Sound-Manager?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:nix-community/stylix/release-26.05";
};
outputs =
@ -54,7 +49,7 @@
in
{
nixosConfigurations = {
FredOS-Gaming = mkHost "FredOS-Gaming" [ inputs.arctis-sound-manager.nixosModules.default ];
FredOS-Gaming = mkHost "FredOS-Gaming" [];
FredOS-Mediaserver = mkHost "FredOS-Mediaserver" [];
FredOS-Macbook = mkHost "FredOS-Macbook" [];
};