Add Plasma Integration
This commit is contained in:
parent
49d560fd90
commit
a19c737fcd
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
{ id = "nngceckbapebfimnlniiiahkandclblb"; } # Bitwarden
|
||||
{ id = "fnaicdffflnofjppbagibeoednhnbjhg"; } # Floccus Bookmark manager
|
||||
{ id = "fihnjjcciajhdojfnbdddfaoknhalnja"; } # I don't care about cookies
|
||||
{ id = "cimiefiiaegbelhefglklhhakcgmhkai"; } # Plasma Integration
|
||||
];
|
||||
};
|
||||
}
|
|
@ -7,4 +7,8 @@
|
|||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.plasma-browser-integration
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue