xmpp clients and act (local git workflow)
This commit is contained in:
@@ -18,6 +18,7 @@ _:
|
|||||||
#"affinity-publisher"
|
#"affinity-publisher"
|
||||||
|
|
||||||
# Communication Tools
|
# Communication Tools
|
||||||
|
"adium"
|
||||||
"discord"
|
"discord"
|
||||||
# "slack"
|
# "slack"
|
||||||
"signal"
|
"signal"
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ in
|
|||||||
"Home Assistant" = 1099568401; # (2025.7.1)
|
"Home Assistant" = 1099568401; # (2025.7.1)
|
||||||
"Ice Cubes for Mastodon" = 6444915884; # (1.11.3)
|
"Ice Cubes for Mastodon" = 6444915884; # (1.11.3)
|
||||||
"LibreOffice" = 1630474372;
|
"LibreOffice" = 1630474372;
|
||||||
|
"Monal - XMPP Chatting "=1637078500; #
|
||||||
"MQTT Explorer" = 1455214828; # (0.3.5)
|
"MQTT Explorer" = 1455214828; # (0.3.5)
|
||||||
"Night Sky" = 475772902; # 475772902
|
"Night Sky" = 475772902; # 475772902
|
||||||
"Remarkable Desktop" = 1276493162; # (3.19.0)
|
"Remarkable Desktop" = 1276493162; # (3.19.0)
|
||||||
@@ -134,9 +135,10 @@ in
|
|||||||
{ path = "/Applications/Microsoft Word.app/"; }
|
{ path = "/Applications/Microsoft Word.app/"; }
|
||||||
{ path = "/Applications/Microsoft PowerPoint.app/"; }
|
{ path = "/Applications/Microsoft PowerPoint.app/"; }
|
||||||
{ path = "/Applications/Microsoft Teams.app/"; }
|
{ path = "/Applications/Microsoft Teams.app/"; }
|
||||||
|
{ path = "/Applications/Monal.app/"; }
|
||||||
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
|
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
|
||||||
{ path = "/run/current-system/Applications/Emacs.app/"; }
|
{ path = "/run/current-system/Applications/Emacs.app/"; }
|
||||||
{ path = "/run/current-system/Applications/Zotero.app/"; }
|
{ path = "/run/current-system/Applications/Zotero.app"; }
|
||||||
{
|
{
|
||||||
path = "/Applications/";
|
path = "/Applications/";
|
||||||
section = "others";
|
section = "others";
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ with pkgs;
|
|||||||
difftastic
|
difftastic
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
|
act
|
||||||
autoconf
|
autoconf
|
||||||
autoconf-archive
|
autoconf-archive
|
||||||
automake
|
automake
|
||||||
@@ -97,7 +98,8 @@ with pkgs;
|
|||||||
tkinter
|
tkinter
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
# Social
|
||||||
|
pidgin
|
||||||
|
|
||||||
# Rust Related
|
# Rust Related
|
||||||
rustc
|
rustc
|
||||||
@@ -107,7 +109,7 @@ with pkgs;
|
|||||||
# (vscode-with-extensions.override {
|
# (vscode-with-extensions.override {
|
||||||
# vscodeExtensions =
|
# vscodeExtensions =
|
||||||
# with vscode-extensions;
|
# with vscode-extensions;
|
||||||
# [
|
# [https://github.com/dustinlyons/nixos-config/
|
||||||
# #bbenoist.nix
|
# #bbenoist.nix
|
||||||
# jnoortheen.nix-ide
|
# jnoortheen.nix-ide
|
||||||
# ms-python.python
|
# ms-python.python
|
||||||
@@ -155,28 +157,48 @@ with pkgs;
|
|||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
apa6
|
apa6
|
||||||
|
apa7
|
||||||
|
apacite
|
||||||
biber
|
biber
|
||||||
biblatex-apa6
|
biblatex-apa6
|
||||||
biblatex
|
biblatex
|
||||||
bibunits
|
bibunits
|
||||||
|
catchfile
|
||||||
|
comment
|
||||||
|
courier
|
||||||
|
csquotes
|
||||||
draftwatermark
|
draftwatermark
|
||||||
|
endfloat
|
||||||
enumitem
|
enumitem
|
||||||
|
fancyhdr
|
||||||
fontawesome5
|
fontawesome5
|
||||||
footnotehyper
|
footnotehyper
|
||||||
|
footmisc
|
||||||
|
geometry
|
||||||
ifmtarg
|
ifmtarg
|
||||||
|
lipsum
|
||||||
lualatex-math
|
lualatex-math
|
||||||
makecell
|
makecell
|
||||||
microtype
|
microtype
|
||||||
|
multirow
|
||||||
|
nowidow
|
||||||
parskip
|
parskip
|
||||||
|
ragged2e
|
||||||
|
scalerel
|
||||||
scheme-small
|
scheme-small
|
||||||
selnolig
|
selnolig
|
||||||
sourcesanspro
|
sourcesanspro
|
||||||
|
svg
|
||||||
tcolorbox
|
tcolorbox
|
||||||
texcount
|
texcount
|
||||||
threeparttable
|
threeparttable
|
||||||
tikzfill
|
tikzfill
|
||||||
|
titlesec
|
||||||
titling
|
titling
|
||||||
|
tocloft
|
||||||
|
transparent
|
||||||
upquote
|
upquote
|
||||||
|
url
|
||||||
xifthen
|
xifthen
|
||||||
xurl
|
xurl
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user