Chrome instead of chromium for desktops.

This commit is contained in:
2025-10-22 16:53:54 +01:00
parent 35f68fb6e8
commit fe2c866115
3 changed files with 82 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ let
workstationProfile = import ./workstation.nix { inherit pkgs; };
desktopPkgs = with pkgs; [
unstable.chromium
browser-previews.google-chrome
foot # Wayland-native terminal emulator
wofi # Application launcher for Wayland
];