From a1801a21f4612711c96210b85094687858c1ebe6 Mon Sep 17 00:00:00 2001 From: zoe Date: Fri, 6 Jan 2023 02:42:14 +0100 Subject: [PATCH] add ntfs support --- configuration.nix | 2 ++ user.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index b3780a9..90789ae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,6 +24,8 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.supportedFilesystems = [ "ntfs" ]; + hardware = { opengl = { extraPackages32 = [ diff --git a/user.nix b/user.nix index d0b5237..6477d80 100644 --- a/user.nix +++ b/user.nix @@ -37,6 +37,7 @@ yt-dlp obs-studio ffmpeg + kdenlive # images feh