diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 76927aa..6446513 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -11,6 +11,8 @@ let in { config = { + boot.supportedFilesystems = [ "ntfs" ]; + hardware.bluetooth = { enable = true; powerOnBoot = true;