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;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
# bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
|
|
||||||
@ -102,7 +104,7 @@ in
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
calibre
|
# calibre
|
||||||
gnome3.cheese
|
gnome3.cheese
|
||||||
dfeet
|
dfeet
|
||||||
discord
|
discord
|
||||||
@ -160,7 +162,6 @@ in
|
|||||||
lxqt.lxqt-powermanagement
|
lxqt.lxqt-powermanagement
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
notify-osd-customizable
|
notify-osd-customizable
|
||||||
|
|
||||||
pasystray
|
pasystray
|
||||||
picom
|
picom
|
||||||
pinentry
|
pinentry
|
||||||
@ -228,7 +229,6 @@ in
|
|||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
automake
|
automake
|
||||||
bazaar
|
|
||||||
bind
|
bind
|
||||||
binutils
|
binutils
|
||||||
cmake
|
cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user