diff options
Diffstat (limited to 'hermes/nixos/boot.nix')
| -rw-r--r-- | hermes/nixos/boot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hermes/nixos/boot.nix b/hermes/nixos/boot.nix index fc3a64a..73c1469 100644 --- a/hermes/nixos/boot.nix +++ b/hermes/nixos/boot.nix @@ -21,6 +21,8 @@ efi.canTouchEfiVariables = true; }; + supportedFilesystems = [ "exfat" "ntfs" ]; + plymouth = { enable = true; theme = "bgrt"; |
