framework-2024-05-25-15-41-10
This commit is contained in:
@ -6,6 +6,19 @@
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.kalk
|
||||
libsForQt5.plasma-browser-integration
|
||||
];
|
||||
|
||||
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||
# plasma-browser-integration
|
||||
konsole
|
||||
oxygen
|
||||
];
|
||||
|
||||
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";
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user