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

View file

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