Enable ZFS but again

This commit is contained in:
Jimbo 2024-12-20 14:03:04 -05:00
parent 51a7d103d1
commit 5686499903
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@
nmap <C-x> :bnext<CR> nmap <C-x> :bnext<CR>
nmap <C-z> :bprev<CR> nmap <C-z> :bprev<CR>
nmap <C-w> :bd<CR> nmap <C-w> :bd<CR>
nmap <C-a> :NERDTreeToggleVCS nmap <C-a> :NERDTreeToggleVCS<CR>
''; '';
}; };
} }

View file

@ -1,4 +1,4 @@
{ lib, ... }: { pkgs, ... }:
{ {
boot = { boot = {
supportedFilesystems.ntfs = true; supportedFilesystems.ntfs = true;