mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Plasma] Fix chromium integration with KDE Plasma
This commit is contained in:
parent
e26ff2ce8b
commit
4b6e4940d3
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ in {
|
|||
"x ${config.users.users.sddm.home}/.cache"
|
||||
];
|
||||
|
||||
environment.etc = {
|
||||
"chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json".source =
|
||||
"${pkgs.plasma-browser-integration}/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
||||
};
|
||||
|
||||
# Prevents blinking cursor
|
||||
services.xserver.displayManager.sddm = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue