Better exfat support

This commit is contained in:
2026-05-12 10:28:18 +03:00
parent 83c279ded4
commit 6751554982
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -110,12 +110,16 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
boot.supportedFilesystems = ["exfat"];
boot.kernelModules = ["exfat"];
environment.systemPackages = with pkgs; [
vim
git
tmux
killall
brightnessctl
exfatprogs
];
fonts.enableDefaultPackages = true;