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, ... }: {
|
{ pkgs, ... }: {
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.pulseaudio.enable = false;
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
|
@ -22,6 +22,9 @@
|
||||||
arc-kde-theme
|
arc-kde-theme
|
||||||
arc-theme
|
arc-theme
|
||||||
kdePackages.plasma-browser-integration
|
kdePackages.plasma-browser-integration
|
||||||
|
|
||||||
|
# Audio button workaround
|
||||||
|
plasma-pa
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||||
|
|
Loading…
Reference in a new issue