use stable pkgs on nixos 20.09

This commit is contained in:
foosinn 2020-10-28 22:48:31 +01:00
parent 56ab58a2ef
commit c2406e4c7c
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ in {
xdg.portal = { xdg.portal = {
enable = true; enable = true;
gtkUsePortal = true; gtkUsePortal = true;
extraPortals = with unstable; [ extraPortals = with pkgs; [
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
]; ];
@ -83,6 +83,7 @@ in {
hicolor-icon-theme hicolor-icon-theme
numix-icon-theme numix-icon-theme
alacritty
imv imv
inkscape inkscape
libqrencode libqrencode
@ -97,7 +98,6 @@ in {
pulsemixer pulsemixer
wl-clipboard wl-clipboard
xdg_utils xdg_utils
unstable.alacritty
unstable.keepassxc unstable.keepassxc
( (
pkgs.writeTextFile { pkgs.writeTextFile {

View file

@ -15,10 +15,10 @@ in {
unstable.gopls unstable.gopls
unstable.rust-analyzer unstable.rust-analyzer
emacs
ltrace
sops sops
tig tig
ltrace
unstable.emacs
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
]; ];