diff options
author | Andrey0189 | 2024-04-17 08:51:23 +0500 |
---|---|---|
committer | Andrey0189 | 2024-04-17 08:51:23 +0500 |
commit | 66e778ecd1d92f8fa082acda2c4f251c5c81baa4 (patch) | |
tree | 53e536033772240a4850274f8378975c6b328c11 /nixos/modules | |
parent | e8d1371ae88299899a0b35b9e4ace9b8790edf47 (diff) | |
download | nixos-config-66e778ecd1d92f8fa082acda2c4f251c5c81baa4.tar.gz nixos-config-66e778ecd1d92f8fa082acda2c4f251c5c81baa4.tar.bz2 nixos-config-66e778ecd1d92f8fa082acda2c4f251c5c81baa4.zip |
bluez
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/bluetooth.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/bluetooth.nix b/nixos/modules/bluetooth.nix index 6c6a5df..2aed505 100644 --- a/nixos/modules/bluetooth.nix +++ b/nixos/modules/bluetooth.nix @@ -10,5 +10,5 @@ }; }; - services.blueman.enable = true; + services.blueman.enable = true; } |