Compare commits

...

4 commits

Author SHA1 Message Date
17e34212a3 home/packages: drop gitui
broken under darwin, and not really used anymore
2025-12-03 11:37:48 +01:00
e4a9502d07 hom/workmac/packages: gimp2 is not gimp anymore 2025-12-03 11:37:27 +01:00
1c4d30b542 home/workmac/packages: make darktable linux-only
long compile times, and I have not really used it on workmac
2025-12-03 11:36:57 +01:00
ea5ed13d1c nix settings: temporarily use regular store optimisation instead of integrated one 2025-12-03 11:36:01 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -29,8 +29,9 @@ in
]; ];
# use all cores for building # use all cores for building
cores = 0; cores = 0;
auto-optimise-store = true; #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
# TODO: manage access token with sops instead of manual deployment # 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) # permissions: needs to be readable by the user invoking nix and root (for nix daemon)
nix.extraOptions = '' nix.extraOptions = ''

View file

@ -14,7 +14,6 @@ let
graphicsApps = [ graphicsApps = [
inkscape inkscape
darktable
exiftool exiftool
] ]
++ (with gimp3Plugins; [ ++ (with gimp3Plugins; [
@ -22,13 +21,14 @@ let
#lqrPlugin # broken #lqrPlugin # broken
]) ])
++ lib.optionals pkgs.stdenv.isLinux [ ++ lib.optionals pkgs.stdenv.isLinux [
darktable
gimp3 gimp3
hugin hugin
#luminanceHDR # FIXME, build failure #luminanceHDR # FIXME, build failure
xournalpp xournalpp
] ]
++ lib.optionals pkgs.stdenv.isDarwin [ ++ lib.optionals pkgs.stdenv.isDarwin [
gimp gimp2
]; ];
multimediaApps = [ multimediaApps = [
@ -103,7 +103,6 @@ let
mtr mtr
ripgrep ripgrep
fd fd
gitui
pre-commit pre-commit
(scriv.overridePythonAttrs (old: { (scriv.overridePythonAttrs (old: {
patches = old.patches or [ ] ++ [ patches = old.patches or [ ] ++ [