mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add blueman
This commit is contained in:
parent
7e875d3a56
commit
e27c30d818
3 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
!machines/
|
||||
!machines/enka/
|
||||
!machines/enka/bat/
|
||||
!machines/enka/blueman/
|
||||
!machines/enka/discord/
|
||||
!machines/enka/docker/
|
||||
!machines/enka/dunst/
|
||||
|
|
9
machines/enka/blueman/default.nix
Normal file
9
machines/enka/blueman/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ systemConfiguration, enabled, ... }:
|
||||
|
||||
systemConfiguration {
|
||||
services.blueman = enabled {};
|
||||
|
||||
hardware.bluetooth = enabled {
|
||||
powerOnBoot = true;
|
||||
};
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
(imports [
|
||||
./bat
|
||||
./blueman
|
||||
./discord
|
||||
./docker
|
||||
./dunst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue