mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config-plasma.nix
This commit is contained in:
parent
81ad703acf
commit
43513e266e
1 changed files with 10 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
fish
|
fish
|
||||||
flatpak
|
flatpak
|
||||||
libsForQt5.plasma-nm
|
libsForQt5.plasma-nm
|
||||||
|
libsForQt5.plasma-pa
|
||||||
libsForQt5.discover
|
libsForQt5.discover
|
||||||
thunderbird
|
thunderbird
|
||||||
tilix
|
tilix
|
||||||
|
@ -71,6 +72,15 @@
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.desktopManager.plasma5.enable = true;
|
services.xserver.desktopManager.plasma5.enable = true;
|
||||||
|
|
||||||
|
# Enable Pipewire
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# System
|
# System
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
system.autoUpgrade.allowReboot = true;
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue