mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Plasma] Add plasma browser integration extension to Chromium
This commit is contained in:
parent
485ee562bb
commit
624cb097b2
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ in {
|
||||||
"${pkgs.plasma-browser-integration}/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
"${pkgs.plasma-browser-integration}/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.chromium.extensions = [
|
||||||
|
"cimiefiiaegbelhefglklhhakcgmhkai" # Plasma Browser Integration
|
||||||
|
];
|
||||||
|
|
||||||
# Prevents blinking cursor
|
# Prevents blinking cursor
|
||||||
services.xserver.displayManager.sddm = {
|
services.xserver.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -35,6 +39,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; with libsForQt5; [
|
environment.systemPackages = with pkgs; with libsForQt5; [
|
||||||
skanpage
|
skanpage
|
||||||
packagekit-qt
|
packagekit-qt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue