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:
parent
0911811e9c
commit
cf3661c686
@ -74,15 +74,12 @@ with lib; {
|
||||
services.blueman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
thunderbird # v102 has various starting time issues - so back to stable
|
||||
ungoogled-chromium
|
||||
okular
|
||||
texlive.combined.scheme-full
|
||||
usbutils
|
||||
keepassxc
|
||||
libsecret
|
||||
arandr
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -73,6 +73,8 @@ with lib; {
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox-wayland
|
||||
thunderbird-wayland
|
||||
gnome3.adwaita-icon-theme
|
||||
wdisplays
|
||||
wl-clipboard
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user