diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/bluetooth/default.nix | 3 | ||||
-rw-r--r-- | sys/default.nix | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/bluetooth/default.nix b/sys/bluetooth/default.nix deleted file mode 100644 index 6dc8d17..0000000 --- a/sys/bluetooth/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -{...}: { - hardware.bluetooth.enable = true; -} diff --git a/sys/default.nix b/sys/default.nix index 82d323a..c5711cd 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -1,6 +1,5 @@ {...}: { imports = [ - ./bluetooth ./desktop/hyprland ./desktop/sway ./environment |