update KDE
This commit is contained in:
parent
dd1bb31da8
commit
7a0953161b
1 changed files with 4 additions and 1 deletions
|
@ -1,12 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
|
@ -22,6 +22,9 @@
|
|||
arc-kde-theme
|
||||
arc-theme
|
||||
kdePackages.plasma-browser-integration
|
||||
|
||||
# Audio button workaround
|
||||
plasma-pa
|
||||
];
|
||||
|
||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||
|
|
Loading…
Reference in a new issue