Thu Jun 6 09:45:43 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-06 21:45:43 +02:00
parent 0fbefd2026
commit aa8916c231
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
return {
'nvim-tree/nvim-tree.lua',
dependencies = {'nvim-tree/nvim-web-devicons'},
tag = 'nightly',
opts = {
sort_by = "case_sensitive",
sync_root_with_cwd = true,

View File

@ -13,12 +13,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/feef066a-9abf-418d-a39e-603c406a72ff";
device = "/dev/disk/by-uuid/daf843cd-8e63-48ed-831a-e055929e86cb";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/0D9B-B227";
device = "/dev/disk/by-uuid/E1D9-7A48";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};