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;
|
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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user