Try remove audio config for protostar
This commit is contained in:
parent
e7562361b3
commit
49ce1667bf
2 changed files with 3 additions and 18 deletions
|
|
@ -12,7 +12,7 @@ in {
|
|||
file.".local/share/fonts".source = config.lib.file.mkOutOfStoreSymlink "/run/current-system/sw/share/X11/fonts";
|
||||
packages = with jovianPkgs; [
|
||||
lutris
|
||||
retroarchFull
|
||||
retroarch
|
||||
winetricks
|
||||
wineWowPackages.stagingFull
|
||||
];
|
||||
|
|
@ -31,20 +31,5 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
graphics.enable = true;
|
||||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ in {
|
|||
nvtopPackages.full
|
||||
picard
|
||||
qbittorrent
|
||||
retroarchFull
|
||||
retroarch
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
via
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue