feat: 🔥 Remove warp and add mattermost

This commit is contained in:
Louis Gallet 2024-10-26 16:28:08 +02:00
parent 4ac14497f9
commit 784669bb3b
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511

View File

@ -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
{