add waybar config
This commit is contained in:
parent
012bbb717c
commit
f31c27bfe7
6 changed files with 338 additions and 35 deletions
9
programs/bluetooth.nix
Normal file
9
programs/bluetooth.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
bluetui
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue