mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
11 lines
122 B
Nix
11 lines
122 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
blueman
|
|
];
|
|
services = {
|
|
blueman-applet.enable = true;
|
|
};
|
|
}
|