diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-14 22:01:51 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-14 22:01:51 +0000 |
| commit | 446a7eba3e55393d48a21bece28079fc4211286f (patch) | |
| tree | 8ce1eba79d0084379c59e60e4aa7645bdab1b86d /modules/client/bluetooth | |
| parent | removed cosmic (stole bar style) (diff) | |
added bluetooth
Diffstat (limited to '')
| -rw-r--r-- | modules/client/bluetooth/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/client/bluetooth/default.nix b/modules/client/bluetooth/default.nix new file mode 100644 index 0000000..2dfd66d --- /dev/null +++ b/modules/client/bluetooth/default.nix @@ -0,0 +1,3 @@ +{ + services.blueman.enable = true; +} |
