Moved pipewire to base
This commit is contained in:
parent
ef385b01e8
commit
b62640e1df
|
@ -18,7 +18,6 @@
|
||||||
base.enable = true;
|
base.enable = true;
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
power-saving.enable = false;
|
power-saving.enable = false;
|
||||||
pipewire.enable = true;
|
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
# wpa_supplicant.enable = true;
|
# wpa_supplicant.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -62,6 +62,7 @@ in
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
ly.enable = true;
|
ly.enable = true;
|
||||||
|
pipewire.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Remove everything below, it is here out of convenience and should be elsewhere
|
# TODO: Remove everything below, it is here out of convenience and should be elsewhere
|
||||||
|
|
Loading…
Reference in New Issue