usability improvements
This commit is contained in:
9
modules/home-manager/bluetooth-picker.nix
Normal file
9
modules/home-manager/bluetooth-picker.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.rofi-bluetooth
|
||||
];
|
||||
|
||||
# patch the rofi-bluetooth script to use an alternative rofi-command variable
|
||||
|
||||
}
|
Reference in New Issue
Block a user