From ac6d3e6d48b158c64eb86cdf188e5414878ba8c3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 22 May 2023 23:30:37 +0200 Subject: [PATCH] Postman: switch to unstable --- odin/hm.nix | 4 ++-- thor/hm.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/odin/hm.nix b/odin/hm.nix index b2f06c1..c419b93 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -21,7 +21,7 @@ # wineFull arandr authy bitwarden cava discord dmenu droidcam easyeffects evince gallery-dl google-chrome gucharmap handbrake httpie inkscape keyboard-switch krita meld openvpn p7zip - pavucontrol pentablet-driver postman procps pulseaudio retroarchFull + pavucontrol pentablet-driver procps pulseaudio retroarchFull shotwell spotify tdesktop thunderbird transmission-gtk virt-manager virt-viewer wireguard-tools xournalpp zoom-us; inherit (pkgs.gnome) @@ -32,7 +32,7 @@ # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; - inherit (pkgs.unstable_pkgs) skypeforlinux; + inherit (pkgs.unstable_pkgs) postman skypeforlinux; }; }; diff --git a/thor/hm.nix b/thor/hm.nix index 6b8c01b..8a51d8c 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -22,7 +22,7 @@ arandr authy bitwarden discord dmenu docker-compose docker-machine droidcam easyeffects evince filelight gallery-dl google-chrome gucharmap handbrake httpie inkscape krita meld openvpn p7zip pavucontrol pcsx2 - pentablet-driver postman procps pulseaudio retroarchFull shotwell + pentablet-driver procps pulseaudio retroarchFull shotwell spotify tdesktop thunderbird transmission-gtk virt-manager virt-viewer wireguard-tools xournalpp zoom-us; inherit (pkgs.gnome) @@ -33,7 +33,7 @@ # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; - inherit (pkgs.unstable_pkgs) skypeforlinux; + inherit (pkgs.unstable_pkgs) postman skypeforlinux; }; };