1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Add blueman

This commit is contained in:
RGBCube 2023-11-11 07:54:49 +03:00
parent 7e875d3a56
commit e27c30d818
No known key found for this signature in database
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
!machines/
!machines/enka/
!machines/enka/bat/
!machines/enka/blueman/
!machines/enka/discord/
!machines/enka/docker/
!machines/enka/dunst/

View file

@ -0,0 +1,9 @@
{ systemConfiguration, enabled, ... }:
systemConfiguration {
services.blueman = enabled {};
hardware.bluetooth = enabled {
powerOnBoot = true;
};
}

View file

@ -10,6 +10,7 @@
(imports [
./bat
./blueman
./discord
./docker
./dunst