From 784669bb3b4074c8ee32c5d43d54b3305b02f141 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Sat, 26 Oct 2024 16:28:08 +0200 Subject: [PATCH] feat: :fire: Remove warp and add mattermost --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 3b42b62..d663f3a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Louis Darwin system flake"; - inputs = { + inputs = { nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nix-darwin.url = "github:LnL7/nix-darwin"; @@ -14,7 +14,7 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = - [ + [ pkgs.termdown pkgs.fastfetch pkgs.neovim @@ -24,7 +24,7 @@ pkgs.termdown pkgs.gh-copilot pkgs.gh - ]; + ]; # HomeBrew configuration homebrew = { @@ -45,8 +45,8 @@ "swish" "termius" "tower" - "warp" - ]; + "mattermost" + ]; brews = [ "wget" "bear" @@ -92,7 +92,7 @@ }; # Allow broken packages - nixpkgs.config.allowBroken = true; + nixpkgs.config.allowBroken = true; # allow unfree packages nixpkgs.config.allowUnfree = true; # Auto upgrade nix package and the daemon service. @@ -121,7 +121,7 @@ # Build darwin flake using: # $ darwin-rebuild build --flake .#simple darwinConfigurations."MBP-Louis" = nix-darwin.lib.darwinSystem { - modules = [ + modules = [ configuration nix-homebrew.darwinModules.nix-homebrew {