diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/client/bluetooth/default.nix | 3 | ||||
| -rw-r--r-- | modules/client/default.nix | 2 |
2 files changed, 4 insertions, 1 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; +} diff --git a/modules/client/default.nix b/modules/client/default.nix index 372fc4f..f4216da 100644 --- a/modules/client/default.nix +++ b/modules/client/default.nix @@ -1,7 +1,7 @@ { imports = [ ./1password - # ./cosmic + ./bluetooth ./flatpak ./labwc ./thunar |
