Skip to content

Commit

Permalink
Merge pull request #161 from yuanw/flake-update-aug-08-24
Browse files Browse the repository at this point in the history
Flake update aug 08 24
  • Loading branch information
yuanwang-wf authored Aug 9, 2024
2 parents 4f5af89 + 37ddb05 commit 285c838
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 102 deletions.
138 changes: 69 additions & 69 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
nix-colors.url = "github:misterio77/nix-colors";
hosts.url = "github:StevenBlack/hosts";
flake-utils.url = "github:numtide/flake-utils";
# https://github.com/nix-community/home-manager/issues/5717
home-manager = {
url = "github:nix-community/home-manager/master";
url = "github:yuanwang-wf/home-manager/fix-darwin-firefox";
inputs.nixpkgs.follows = "nixpkgs";
};
astro-nvim = {
Expand Down
10 changes: 2 additions & 8 deletions hosts/wk01174.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,26 @@
brew = {
enable = true;
# taps = [ "homebrew/core" "homebrew/cask" ];

casks = [
"docker"
"google-chrome"
"slack"
"sloth"
"mysql-shell"
"viscosity"
"vial"
"brave-browser"
"launchcontrol"
];
brews = [
"redis"
#"frugal"
"picat"
# "mit-scheme"
# https://formulae.brew.sh/formula/docker-compose
# mkdir -p ~/.docker/cli-plugins
# ln -sfn $HOMEBREW_PREFIX/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
"docker-compose"
];
};
browsers.firefox = {
enable = true;
pkg = pkgs.firefox-bin;
# pkg = pkgs.runCommand "firefox-0.0.0" { } "mkdir $out";
pkg = pkgs.firefox-beta-bin;
};
editors.emacs = {
enable = true;
Expand Down
Loading

0 comments on commit 285c838

Please sign in to comment.