From 0a1a5a4e4a60e8f085061ce041b5aa4d740a480a Mon Sep 17 00:00:00 2001 From: Olaf Date: Thu, 30 Oct 2025 09:52:59 +0000 Subject: [PATCH] xmpp clients and act (local git workflow) --- modules/darwin/casks.nix | 1 + modules/darwin/home-manager.nix | 4 +++- modules/shared/packages.nix | 26 ++++++++++++++++++++++++-- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/modules/darwin/casks.nix b/modules/darwin/casks.nix index 4116600..861712c 100644 --- a/modules/darwin/casks.nix +++ b/modules/darwin/casks.nix @@ -18,6 +18,7 @@ _: #"affinity-publisher" # Communication Tools + "adium" "discord" # "slack" "signal" diff --git a/modules/darwin/home-manager.nix b/modules/darwin/home-manager.nix index 94f4b91..bebdc33 100644 --- a/modules/darwin/home-manager.nix +++ b/modules/darwin/home-manager.nix @@ -55,6 +55,7 @@ in "Home Assistant" = 1099568401; # (2025.7.1) "Ice Cubes for Mastodon" = 6444915884; # (1.11.3) "LibreOffice" = 1630474372; + "Monal - XMPP Chatting "=1637078500; # "MQTT Explorer" = 1455214828; # (0.3.5) "Night Sky" = 475772902; # 475772902 "Remarkable Desktop" = 1276493162; # (3.19.0) @@ -134,9 +135,10 @@ in { path = "/Applications/Microsoft Word.app/"; } { path = "/Applications/Microsoft PowerPoint.app/"; } { path = "/Applications/Microsoft Teams.app/"; } + { path = "/Applications/Monal.app/"; } { path = "/System/Applications/Utilities/Screen Sharing.app/"; } { path = "/run/current-system/Applications/Emacs.app/"; } - { path = "/run/current-system/Applications/Zotero.app/"; } + { path = "/run/current-system/Applications/Zotero.app"; } { path = "/Applications/"; section = "others"; diff --git a/modules/shared/packages.nix b/modules/shared/packages.nix index df19095..4dd22de 100644 --- a/modules/shared/packages.nix +++ b/modules/shared/packages.nix @@ -29,6 +29,7 @@ with pkgs; difftastic # Development + act autoconf autoconf-archive automake @@ -97,7 +98,8 @@ with pkgs; tkinter ])) - +# Social +pidgin # Rust Related rustc @@ -107,7 +109,7 @@ with pkgs; # (vscode-with-extensions.override { # vscodeExtensions = # with vscode-extensions; - # [ + # [https://github.com/dustinlyons/nixos-config/ # #bbenoist.nix # jnoortheen.nix-ide # ms-python.python @@ -155,28 +157,48 @@ with pkgs; (texlive.combine { inherit (texlive) apa6 + apa7 + apacite biber biblatex-apa6 biblatex bibunits + catchfile + comment + courier + csquotes draftwatermark + endfloat enumitem + fancyhdr fontawesome5 footnotehyper + footmisc + geometry ifmtarg + lipsum lualatex-math makecell microtype + multirow + nowidow parskip + ragged2e + scalerel scheme-small selnolig sourcesanspro + svg tcolorbox texcount threeparttable tikzfill + titlesec titling + tocloft + transparent upquote + url xifthen xurl ;