1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add firefox/thunderbird wayland

This commit is contained in:
Stefan Ellmauthaler 2022-09-15 15:53:49 +02:00
parent 0911811e9c
commit cf3661c686
Failed to extract signature
2 changed files with 2 additions and 3 deletions

View File

@ -74,15 +74,12 @@ with lib; {
services.blueman.enable = true; services.blueman.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox
thunderbird # v102 has various starting time issues - so back to stable
ungoogled-chromium ungoogled-chromium
okular okular
texlive.combined.scheme-full texlive.combined.scheme-full
usbutils usbutils
keepassxc keepassxc
libsecret libsecret
arandr
]; ];
}; };
} }

View File

@ -73,6 +73,8 @@ with lib; {
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox-wayland
thunderbird-wayland
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme
wdisplays wdisplays
wl-clipboard wl-clipboard