Update Nix flake, refactor Darwin app aliases and use it for system and

home config. Remove qutebrowser, mousecat, move some apps from brew ->
nixpkgs, add firefox to mac
This commit is contained in:
Martin Larsson 2025-07-13 16:25:17 +02:00
parent 677baf3d71
commit de7f2ff31f
6 changed files with 95 additions and 82 deletions

View file

@ -42,10 +42,6 @@
url = "github:homebrew/homebrew-bundle";
flake = false;
};
homebrew-nikitabobko = {
url = "github:nikitabobko/homebrew-tap";
flake = false;
};
};
outputs =
@ -63,7 +59,6 @@
homebrew-core,
homebrew-cask,
homebrew-bundle,
homebrew-nikitabobko,
...
}:
let
@ -197,7 +192,6 @@
"homebrew/core" = homebrew-core;
"homebrew/cask" = homebrew-cask;
"homebrew/bundle" = homebrew-bundle;
"nikitabobko/tap" = homebrew-nikitabobko;
};
mutableTaps = true;
};