diff --git a/profiles/applications/emacs/default.nix b/profiles/applications/emacs/default.nix index 122581b..6ba5bd1 100644 --- a/profiles/applications/emacs/default.nix +++ b/profiles/applications/emacs/default.nix @@ -79,6 +79,7 @@ in { forge crdt base16-theme + org-caldav ]; }; diff --git a/profiles/hardware.nix b/profiles/hardware.nix index 4e859b1..e1a1db1 100644 --- a/profiles/hardware.nix +++ b/profiles/hardware.nix @@ -43,7 +43,7 @@ with deviceSpecific; { { "name" = "libpipewire-module-metadata"; } { "args" = { - "server.address" = [ "unix =native" "tcp:4713" ]; + "server.address" = [ "unix:native" "tcp:4713" ]; "vm.overrides" = { "pulse.min.quantum" = "1024/48000"; }; }; "name" = "libpipewire-module-protocol-pulse";