about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/bluetooth/default.nix9
-rw-r--r--profiles/default.nix5
2 files changed, 1 insertions, 13 deletions
diff --git a/profiles/bluetooth/default.nix b/profiles/bluetooth/default.nix
deleted file mode 100644
index ffd05b4..0000000
--- a/profiles/bluetooth/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, lib, ... }:
-let cfg = config.my.profiles.bluetooth;
-in {
-  options.my.profiles.bluetooth = with lib; {
-    enable = mkEnableOption "bluetooth profile";
-  };
-
-  config = lib.mkIf cfg.enable { my.hardware.bluetooth.enable = true; };
-}
diff --git a/profiles/default.nix b/profiles/default.nix
index d683b58..9c0d2f9 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -1,4 +1 @@
-{ ... }: {
-  imports =
-    [ ./bluetooth ./laptop ./gtk ./trusted ./wm ./desktop ./multimedia ];
-}
+{ ... }: { imports = [ ./laptop ./gtk ./trusted ./wm ./desktop ./multimedia ]; }