forked from colonelpanic/dotfiles
[NixOS] Enable blueman service
This commit is contained in:
parent
84bd33ebac
commit
98319e74c7
@ -65,7 +65,9 @@ in
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
# bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
console.keyMap = "us";
|
||||
|
||||
@ -102,7 +104,7 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# Applications
|
||||
calibre
|
||||
# calibre
|
||||
gnome3.cheese
|
||||
dfeet
|
||||
discord
|
||||
@ -160,7 +162,6 @@ in
|
||||
lxqt.lxqt-powermanagement
|
||||
networkmanagerapplet
|
||||
notify-osd-customizable
|
||||
|
||||
pasystray
|
||||
picom
|
||||
pinentry
|
||||
@ -228,7 +229,6 @@ in
|
||||
|
||||
# Tools
|
||||
automake
|
||||
bazaar
|
||||
bind
|
||||
binutils
|
||||
cmake
|
||||
|
Loading…
Reference in New Issue
Block a user