From 6c8caf40a7f2d504e3d690c62f6c6223c75871b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 20 Aug 2024 19:11:47 +0300 Subject: [PATCH] desktop: supportedFileSystems += ntfs --- modules/profiles/desktop/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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;