Better exfat support
This commit is contained in:
+1
-1
Submodule azos-core updated: 16c6439a78...35f99c4057
@@ -110,12 +110,16 @@
|
|||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
boot.supportedFilesystems = ["exfat"];
|
||||||
|
boot.kernelModules = ["exfat"];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
git
|
git
|
||||||
tmux
|
tmux
|
||||||
killall
|
killall
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
exfatprogs
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.enableDefaultPackages = true;
|
fonts.enableDefaultPackages = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user