16 lines
287 B
Nix
16 lines
287 B
Nix
{pkgs, ...}: {
|
|
services.printing.enable = true;
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
gnome.adwaita-icon-theme
|
|
gnome.gnome-themes-extra
|
|
firefox-wayland
|
|
librewolf
|
|
discord
|
|
qt5.qtwayland
|
|
qt6.qmake
|
|
qt6.qtwayland
|
|
adwaita-qt
|
|
adwaita-qt6
|
|
];
|
|
}
|