Compare commits
No commits in common. "17e34212a3ae1667095f2074ceba8559f24d8e1e" and "5feaaf0b3f61049604fb20014382bb1589297d43" have entirely different histories.
17e34212a3
...
5feaaf0b3f
2 changed files with 4 additions and 4 deletions
|
|
@ -29,9 +29,8 @@ in
|
|||
];
|
||||
# use all cores for building
|
||||
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
|
||||
# permissions: needs to be readable by the user invoking nix and root (for nix daemon)
|
||||
nix.extraOptions = ''
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ let
|
|||
|
||||
graphicsApps = [
|
||||
inkscape
|
||||
darktable
|
||||
exiftool
|
||||
]
|
||||
++ (with gimp3Plugins; [
|
||||
|
|
@ -21,14 +22,13 @@ let
|
|||
#lqrPlugin # broken
|
||||
])
|
||||
++ lib.optionals pkgs.stdenv.isLinux [
|
||||
darktable
|
||||
gimp3
|
||||
hugin
|
||||
#luminanceHDR # FIXME, build failure
|
||||
xournalpp
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
gimp2
|
||||
gimp
|
||||
];
|
||||
|
||||
multimediaApps = [
|
||||
|
|
@ -103,6 +103,7 @@ let
|
|||
mtr
|
||||
ripgrep
|
||||
fd
|
||||
gitui
|
||||
pre-commit
|
||||
(scriv.overridePythonAttrs (old: {
|
||||
patches = old.patches or [ ] ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue