finally vivaldi is fixed, had to delete the desktop item in .local/share/application and let it be repopuated
This commit is contained in:
parent
cb59d07367
commit
35ce717d4e
5 changed files with 52 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue