From 8137dce029133392f092888607cd01ca1a782d9d Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Mon, 11 Nov 2024 21:39:47 +0100 Subject: [PATCH] feat: :sparkles: Update application config --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ba06934..7ea4eb8 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,14 @@ "termius" "tower" "mattermost" - "aldente" + "aldente" + "logi-options+" + "adobe-creative-cloud" + "bitwarden" + "jordanbaird-ice" + "ollama" + "qbittorrent" + "zoom" ]; brews = [ "wget" @@ -74,6 +81,7 @@ "zsh" "yubikey-agent" "pkg-config" + "ollama" ]; taps = [ "hashicorp/tap"