Commit f6de297a665e

Vincent Demeester <vincent@sbr.pm>
2026-07-06 12:06:23
refactor(niri): move gcalcli/nextmeeting to shared config
Moved from per-host configs (kyushu, okinawa) to shared niri desktop packages so all niri hosts get them. Fixes waybar calendar widget on aomi where gcalcli was missing from PATH.
1 parent a1bdaa2
Changed files (3)
home
common
desktop
systems
kyushu
okinawa
home/common/desktop/niri/default.nix
@@ -9,6 +9,8 @@
   ];
 
   home.packages = with pkgs; [
+    gcalcli
+    nextmeeting
     pinentry-gnome3
     wl-clipboard
     wl-kbptr
systems/kyushu/home.nix
@@ -34,8 +34,6 @@ in
     slack
 
     gmailctl
-    gcalcli
-    nextmeeting
 
     calibre
 
systems/okinawa/home.nix
@@ -81,9 +81,6 @@ in
 
     libreoffice
 
-    gcalcli
-    nextmeeting
-
     calibre
 
     ntfy-sh