Compare commits

...

2 commits

3 changed files with 8 additions and 2 deletions

View file

@ -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";

View file

@ -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 = ''

View file

@ -22,7 +22,7 @@ in
pythonTools = true;
};
targets.darwin = {
linkApps.enable = false; # spotlight ignores symlinks
linkApps.enable = false; # spotlight ignores symlinks
copyApps.enable = true;
};