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"; description = "Louis Darwin system flake";
inputs = { inputs = {
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nix-darwin.url = "github:LnL7/nix-darwin"; nix-darwin.url = "github:LnL7/nix-darwin";
@ -14,7 +14,7 @@
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = environment.systemPackages =
[ [
pkgs.termdown pkgs.termdown
pkgs.fastfetch pkgs.fastfetch
pkgs.neovim pkgs.neovim
@ -24,7 +24,7 @@
pkgs.termdown pkgs.termdown
pkgs.gh-copilot pkgs.gh-copilot
pkgs.gh pkgs.gh
]; ];
# HomeBrew configuration # HomeBrew configuration
homebrew = { homebrew = {
@ -45,8 +45,8 @@
"swish" "swish"
"termius" "termius"
"tower" "tower"
"warp" "mattermost"
]; ];
brews = [ brews = [
"wget" "wget"
"bear" "bear"
@ -92,7 +92,7 @@
}; };
# Allow broken packages # Allow broken packages
nixpkgs.config.allowBroken = true; nixpkgs.config.allowBroken = true;
# allow unfree packages # allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Auto upgrade nix package and the daemon service. # Auto upgrade nix package and the daemon service.
@ -121,7 +121,7 @@
# Build darwin flake using: # Build darwin flake using:
# $ darwin-rebuild build --flake .#simple # $ darwin-rebuild build --flake .#simple
darwinConfigurations."MBP-Louis" = nix-darwin.lib.darwinSystem { darwinConfigurations."MBP-Louis" = nix-darwin.lib.darwinSystem {
modules = [ modules = [
configuration configuration
nix-homebrew.darwinModules.nix-homebrew nix-homebrew.darwinModules.nix-homebrew
{ {