diff --git a/odin/hm.nix b/odin/hm.nix index 75267bc..2a295e7 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -22,7 +22,7 @@ arandr authy bitwarden cava discord dmenu droidcam easyeffects evince gallery-dl gucharmap handbrake httpie inkscape keyboard-switch krita meld openvpn p7zip pavucontrol pentablet-driver postman procps pulseaudio retroarchFull - shotwell skypeforlinux spotify tdesktop teams thunderbird transmission-gtk + shotwell spotify tdesktop teams thunderbird transmission-gtk virt-manager virt-viewer wireguard-tools xournalpp zoom-us; inherit (pkgs.gnome) # geary @@ -32,6 +32,7 @@ # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; + inherit (pkgs.unstable_pkgs) skypeforlinux; }; }; diff --git a/thor/hm.nix b/thor/hm.nix index fba009f..9c5273f 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -23,7 +23,7 @@ droidcam easyeffects evince filelight gallery-dl gucharmap handbrake httpie inkscape krita meld openvpn p7zip pavucontrol pcsx2 pentablet-driver postman procps pulseaudio retroarchFull shotwell - skypeforlinux spotify tdesktop teams thunderbird transmission-gtk + spotify tdesktop teams thunderbird transmission-gtk virt-manager virt-viewer wireguard-tools xournalpp zoom-us; inherit (pkgs.gnome) # geary @@ -33,6 +33,7 @@ # seahorse eog file-roller gnome-font-viewer gnome-screenshot gnome-system-monitor totem; + inherit (pkgs.unstable_pkgs) skypeforlinux; }; };