Skip to content

Commit

Permalink
darwin/suites/desktop: replace switchaudio-osx brew with nixpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 29, 2024
1 parent 5ccabde commit d903ce1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/darwin/suites/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
config,
lib,
namespace,
pkgs,
...
}:
let
Expand All @@ -16,6 +17,10 @@ in
};

config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
switchaudio-osx
];

${namespace}.desktop = {
addons = {
skhd = mkDefault enabled;
Expand All @@ -37,8 +42,6 @@ in
"fisher"
"ical-buddy"
"ifstat"
# TODO: replace with https://github.com/NixOS/nixpkgs/pull/365581
"switchaudio-osx"
];

casks = [
Expand Down

0 comments on commit d903ce1

Please sign in to comment.