Enable printing

This commit is contained in:
thiloho
2023-07-17 10:16:28 +02:00
parent 90fedf76e1
commit e085637398
2 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
pulse.enable = true;
jack.enable = true;
};
printing.enable = true;
resolved.enable = true;
};
programs = {
@@ -25,7 +27,10 @@
dconf.enable = true;
};
hardware.pulseaudio.enable = false;
hardware = {
bluetooth.enable = true;
pulseaudio.enable = false;
};
# Home manager configuration
home-manager.users.thiloho = { pkgs, lib, config, ... }: {