enable bluetooth, misc settings
This commit is contained in:
parent
b2e3cc27b5
commit
8197774471
4 changed files with 21 additions and 3 deletions
|
@ -22,11 +22,14 @@ in {
|
|||
|
||||
config = lib.mkIf isEnabled {
|
||||
services = {
|
||||
# Enable the X11 windowing system / wayland depending on DE
|
||||
xserver.enable = true;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
printing.enable = true;
|
||||
|
||||
xserver = {
|
||||
# Enable the X11 windowing system / wayland depending on DE
|
||||
enable = true;
|
||||
libinput.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
|
|
@ -35,6 +35,8 @@ in {
|
|||
})
|
||||
];
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
programs = {
|
||||
xwayland.enable = true;
|
||||
steam = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue