Thu Jun 6 09:45:43 PM CEST 2024
This commit is contained in:
parent
0fbefd2026
commit
aa8916c231
|
@ -1,7 +1,6 @@
|
||||||
return {
|
return {
|
||||||
'nvim-tree/nvim-tree.lua',
|
'nvim-tree/nvim-tree.lua',
|
||||||
dependencies = {'nvim-tree/nvim-web-devicons'},
|
dependencies = {'nvim-tree/nvim-web-devicons'},
|
||||||
tag = 'nightly',
|
|
||||||
opts = {
|
opts = {
|
||||||
sort_by = "case_sensitive",
|
sort_by = "case_sensitive",
|
||||||
sync_root_with_cwd = true,
|
sync_root_with_cwd = true,
|
||||||
|
|
|
@ -13,12 +13,12 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/feef066a-9abf-418d-a39e-603c406a72ff";
|
device = "/dev/disk/by-uuid/daf843cd-8e63-48ed-831a-e055929e86cb";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/0D9B-B227";
|
device = "/dev/disk/by-uuid/E1D9-7A48";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue