update flake lock

jellyfin security update
also view.mappings.list nvim-tree deprecated
also partition type removed from disko
This commit is contained in:
Noah Masur
2023-04-26 23:28:15 -04:00
parent b089ec4668
commit a6551ce043
3 changed files with 105 additions and 76 deletions

View File

@ -9,7 +9,6 @@
partitions = [
# Boot partition
{
type = "partition";
name = "ESP";
start = "0";
end = "512MiB";
@ -24,7 +23,6 @@
}
# Root partition ext4
{
type = "partition";
name = "root";
start = "512MiB";
end = "100%";