gaming: arctis-sound-manager + quickshell ANC switcher

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-28 19:21:37 +01:00
parent 1df7ebb302
commit 027858ff1e
4 changed files with 143 additions and 1 deletions

View file

@ -20,6 +20,11 @@
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 =
@ -49,7 +54,7 @@
in
{
nixosConfigurations = {
FredOS-Gaming = mkHost "FredOS-Gaming" [];
FredOS-Gaming = mkHost "FredOS-Gaming" [ inputs.arctis-sound-manager.nixosModules.default ];
FredOS-Mediaserver = mkHost "FredOS-Mediaserver" [];
FredOS-Macbook = mkHost "FredOS-Macbook" [];
};