From e50f14e61c849f4990ef0e68735794b0b595b8b1 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 10 Jul 2025 07:03:59 -0500 Subject: [PATCH] hosts | reenable google-calendar for secrets storage, formating --- hosts/book/default.nix | 11 +++++++++-- hosts/loki/default.nix | 2 +- hosts/smaug/default.nix | 9 ++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/hosts/book/default.nix b/hosts/book/default.nix index 2ee0e2a..5ff46f4 100644 --- a/hosts/book/default.nix +++ b/hosts/book/default.nix @@ -1,4 +1,11 @@ -{ inputs, outputs, lib, config, pkgs, ... }: { +{ + inputs, + outputs, + lib, + config, + pkgs, + ... +}: { imports = [ inputs.nixos-hardware.nixosModules.google-pixelbook ./hardware-configuration.nix @@ -17,7 +24,7 @@ games.enable = false; wine.enable = false; tlp.enable = true; - gnome-calendar.enable = false; + gnome-calendar.enable = true; }; wm = { sway.enable = true; diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index f1b696e..cac84aa 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -18,7 +18,7 @@ games.enable = true; wine.enable = false; tlp.enable = true; - gnome-calendar.enable = false; + gnome-calendar.enable = true; }; wm = { sway.enable = true; diff --git a/hosts/smaug/default.nix b/hosts/smaug/default.nix index 2b6d0db..e98a756 100644 --- a/hosts/smaug/default.nix +++ b/hosts/smaug/default.nix @@ -1,4 +1,11 @@ -{ inputs, outputs, lib, config, pkgs, ... }: { +{ + inputs, + outputs, + lib, + config, + pkgs, + ... +}: { imports = [ inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260 ./hardware-configuration.nix