Merge branch 'master' of git.uninsane.org:colin/nix-files

This commit is contained in:
2022-12-07 07:41:58 +00:00
3 changed files with 12 additions and 1 deletions

View File

@@ -59,5 +59,9 @@ lib.mkIf config.sane.home-manager.enable
# common typos # common typos
"cd.." = "cd .."; "cd.." = "cd ..";
"cd../" = "cd ../"; "cd../" = "cd ../";
# convenient `cd`-isms
"nixpkgs" = "cd ~/dev/3rd/nixpkgs";
"nixos" = "cd ~/nixos";
"uninsane" = "cd ~/dev/uninsane";
}; };
} }

View File

@@ -4,6 +4,11 @@ with lib;
with pkgs; with pkgs;
let let
cfg = config.sane.packages; cfg = config.sane.packages;
imagemagick = pkgs.imagemagick.override {
ghostscriptSupport = true;
};
consolePkgs = [ consolePkgs = [
backblaze-b2 backblaze-b2
cdrtools cdrtools
@@ -12,11 +17,13 @@ let
efivar efivar
flashrom flashrom
fwupd fwupd
ghostscript # TODO: imagemagick wrapper should add gs to PATH
gnupg gnupg
gocryptfs gocryptfs
gopass gopass
gopass-jsonapi gopass-jsonapi
ifuse ifuse
imagemagick
ipfs ipfs
libimobiledevice libimobiledevice
libsecret # for managing user keyrings libsecret # for managing user keyrings

View File

@@ -9,7 +9,7 @@ fetchpatch: [
# aerc: substitute awk in filters # aerc: substitute awk in filters
(fetchpatch { (fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/204322.diff"; url = "https://github.com/NixOS/nixpkgs/pull/204322.diff";
sha256 = "sha256-zzK8kcW34hcn331CtTqggUwH8YmrOu5+N8lfXSDfRls="; sha256 = "sha256-ngetBsBMiIaz43T7a2taULp1pNK2YkVGGW48ViDjS6A=";
}) })
# # kaiteki: init at 2022-09-03 # # kaiteki: init at 2022-09-03