niri works
This commit is contained in:
parent
a8f10d1ea7
commit
53e2d19bd1
6 changed files with 17 additions and 8 deletions
6
modules/system/bluetooth.nix
Normal file
6
modules/system/bluetooth.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
services.blueman.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
blueman
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue