Enable ZFS but again
This commit is contained in:
parent
51a7d103d1
commit
5686499903
|
@ -106,7 +106,7 @@
|
|||
nmap <C-x> :bnext<CR>
|
||||
nmap <C-z> :bprev<CR>
|
||||
nmap <C-w> :bd<CR>
|
||||
nmap <C-a> :NERDTreeToggleVCS
|
||||
nmap <C-a> :NERDTreeToggleVCS<CR>
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
supportedFilesystems.ntfs = true;
|
||||
|
|
Loading…
Reference in a new issue