diff options
author | Andrey0189 | 2024-04-17 08:15:16 +0500 |
---|---|---|
committer | Andrey0189 | 2024-04-17 08:15:16 +0500 |
commit | e8d1371ae88299899a0b35b9e4ace9b8790edf47 (patch) | |
tree | 0d4c2f686b25120f29eb6eca7f311a4ed7dbcc2c /nixos/modules/bundle.nix | |
parent | 78dca0df4cbd87c2b26c33d915ef7322e81ad96c (diff) | |
download | nixos-config-e8d1371ae88299899a0b35b9e4ace9b8790edf47.tar.gz nixos-config-e8d1371ae88299899a0b35b9e4ace9b8790edf47.tar.bz2 nixos-config-e8d1371ae88299899a0b35b9e4ace9b8790edf47.zip |
Bluetooth
Diffstat (limited to 'nixos/modules/bundle.nix')
-rw-r--r-- | nixos/modules/bundle.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/bundle.nix b/nixos/modules/bundle.nix index 642194f..2a9dae9 100644 --- a/nixos/modules/bundle.nix +++ b/nixos/modules/bundle.nix @@ -10,6 +10,7 @@ ./virtmanager.nix ./hyprland.nix ./trim.nix + ./bluetooth.nix ./nixvim/nixvim.nix ]; } |