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:
parent
677baf3d71
commit
de7f2ff31f
6 changed files with 95 additions and 82 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue