base: use stable element-desktop
some problems with libX11 / glibc version prevent the unstable version from opening links and other stuff, so let's roll that back
This commit is contained in:
parent
38708d154c
commit
1a0f0da28d
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
element-desktop
|
||||||
feh
|
feh
|
||||||
gimp
|
gimp
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
|
@ -12,7 +13,6 @@
|
||||||
|
|
||||||
unstable.discord
|
unstable.discord
|
||||||
unstable.firefox
|
unstable.firefox
|
||||||
unstable.element-desktop
|
|
||||||
unstable.slack
|
unstable.slack
|
||||||
unstable.spotify
|
unstable.spotify
|
||||||
unstable.tdesktop
|
unstable.tdesktop
|
||||||
|
|
Loading…
Reference in a new issue