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
903a214e1e
commit
89cbb5a845
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