From 0b36532ed3ea379e102c31340bd826386caf9bce Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Mon, 8 Dec 2025 19:25:26 +0100 Subject: [PATCH 1/2] nixos/kde-pim: install standalone versions of programs --- common/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/default.nix b/common/default.nix index b672069..73d5200 100644 --- a/common/default.nix +++ b/common/default.nix @@ -160,6 +160,12 @@ in kontact = true; merkuro = true; }; + # additional standalone versions of kontact components + environment.systemPackages = with pkgs.kdePackages; [ + korganizer + kaddressbook + pkgs.ktimetracker + ]; programs.kdeconnect.enable = true; # enable wayland for Chromium and Electron environment.sessionVariables.NIXOS_OZONE_WL = "1"; From 3672286b574377a0404c921d1ae1ad1fd58736a4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Mon, 8 Dec 2025 19:26:18 +0100 Subject: [PATCH 2/2] nixfmt --- common/nix-settings.nix | 2 +- home/workmac.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/nix-settings.nix b/common/nix-settings.nix index beb5ca0..6199694 100644 --- a/common/nix-settings.nix +++ b/common/nix-settings.nix @@ -31,7 +31,7 @@ in cores = 0; #auto-optimise-store = true; }; - nix.optimise.automatic = true; # temporary workaround until Lix/ Nix bug is fixed https://github.com/nix-darwin/nix-darwin/blob/e95de00a471d07435e0527ff4db092c84998698e/modules/nix/default.nix#L817C39-L817C78 + nix.optimise.automatic = true; # temporary workaround until Lix/ Nix bug is fixed https://github.com/nix-darwin/nix-darwin/blob/e95de00a471d07435e0527ff4db092c84998698e/modules/nix/default.nix#L817C39-L817C78 # TODO: manage access token with sops instead of manual deployment # permissions: needs to be readable by the user invoking nix and root (for nix daemon) nix.extraOptions = '' diff --git a/home/workmac.nix b/home/workmac.nix index 3845488..e378da3 100644 --- a/home/workmac.nix +++ b/home/workmac.nix @@ -22,7 +22,7 @@ in pythonTools = true; }; targets.darwin = { - linkApps.enable = false; # spotlight ignores symlinks + linkApps.enable = false; # spotlight ignores symlinks copyApps.enable = true; };