mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
refactor: modularize core
This commit is contained in:
parent
c3fa2197cb
commit
a6224c13c2
2 changed files with 124 additions and 66 deletions
|
@ -14,8 +14,6 @@ in
|
|||
config = {
|
||||
services.playerctld.enable = lib.mkIf cfg.enable true;
|
||||
hardware.pulseaudio.enable = lib.mkIf cfg.enable false;
|
||||
# TODO: move to other file
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue