diff --git a/home/nvim/files/lua/plugins/nvim-tree.lua b/home/nvim/files/lua/plugins/nvim-tree.lua index c8376b6..6913ec3 100644 --- a/home/nvim/files/lua/plugins/nvim-tree.lua +++ b/home/nvim/files/lua/plugins/nvim-tree.lua @@ -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, diff --git a/hosts/Kell/hardware-configuration.nix b/hosts/Kell/hardware-configuration.nix index 2d2ca47..84b4a10 100644 --- a/hosts/Kell/hardware-configuration.nix +++ b/hosts/Kell/hardware-configuration.nix @@ -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" ]; };