finally vivaldi is fixed, had to delete the desktop item in .local/share/application and let it be repopuated

This commit is contained in:
Christoph Hollizeck 2024-07-05 16:09:37 +02:00
parent 903a214e1e
commit 89cbb5a845
Signed by: Daholli
GPG key ID: 1763BB530F50279E
5 changed files with 52 additions and 28 deletions

View file

@ -19,6 +19,9 @@ in
environment.systemPackages = with pkgs; [
vivaldi
vivaldi-ffmpeg-codecs
qt5.qtwayland
];
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
};
}

View file

@ -15,7 +15,10 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ xdg-utils ];
environment.systemPackages = with pkgs; [
xdg-utils
kdePackages.qtbase
];
services = {
xserver = enabled;