feat: 🔥 Remove warp and add mattermost
This commit is contained in:
parent
4ac14497f9
commit
784669bb3b
14
flake.nix
14
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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user