diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-16 17:45:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-16 17:45:20 -0700 |
commit | 9d72ffae25122617f9b0faec214360f91af39a57 (patch) | |
tree | 886e418b529091bc84e83d97b17d842733050775 /hosts/aptos | |
parent | alacritty: better colors (diff) | |
download | world-9d72ffae25122617f9b0faec214360f91af39a57.tar.gz |
bluetooh: enable on aptos
Diffstat (limited to 'hosts/aptos')
-rw-r--r-- | hosts/aptos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index b3c226f..d7a6545 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { my.home = { packages.enable = true; + bluetooth.enable = true; element.enable = true; zsh.enable = true; git.enable = true; |