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

View File

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