dolphin: fix file associations not working
This commit is contained in:
parent
9c624cd8b2
commit
5420786f5b
1 changed files with 6 additions and 4 deletions
|
|
@ -94,10 +94,6 @@
|
|||
description = "Khaïs COLIN";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
|
||||
users.users.guest = {
|
||||
|
|
@ -135,6 +131,10 @@
|
|||
wluma
|
||||
# man pages
|
||||
man-pages man-pages-posix
|
||||
# kde
|
||||
kdePackages.kate kdePackages.plasma-workspace kdePackages.dolphin
|
||||
# fix kde apps having no icons
|
||||
kdePackages.qtsvg
|
||||
];
|
||||
|
||||
# set global environment variables
|
||||
|
|
@ -142,6 +142,8 @@
|
|||
# I don't know what this does, but it is needed for wluma to work correctly.
|
||||
# It will also slightly increase cpu usage (on wayland compositors), but shouldn't be too bad.
|
||||
WLR_DRM_NO_MODIFIERS = 1;
|
||||
# fix dolphin file associations not working
|
||||
XDG_MENU_PREFIX = "plasma-";
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue