move blueman service to generic i3 config

This commit is contained in:
Gabriel Ebner 2019-11-15 19:42:29 +01:00
parent 6e2a432358
commit 269716cef0
2 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,6 @@
piper
];
services.blueman.enable = true;
services.thermald.enable = true;
virtualisation.docker.enable = true;

2
i3.nix
View File

@ -144,6 +144,8 @@
package = pkgs.bluezFull;
};
services.blueman.enable = true;
hardware.pulseaudio = {
enable = true;
zeroconf.discovery.enable = true;