update system

This commit is contained in:
2024-10-06 19:12:45 +02:00
parent 78a04e80b5
commit 8efcf832a9
14 changed files with 121 additions and 184 deletions

View File

@@ -28,36 +28,40 @@ in
];
lualine = {
enable = true;
globalstatus = true;
sectionSeparators = {
left = ""; # "";
right = ""; # "";
};
componentSeparators = {
left = "";
right = "";
};
sections = {
lualine_a = [
{
name = "mode";
separator = {
right = ""; # "";
left = ""; # "";
};
icon = "";
}
];
lualine_x = lib.mkAfter [ { name = "filetype"; } ];
lualine_z = [
{
name = "location";
separator = {
right = ""; # "";
left = ""; # "";
};
}
];
settings = {
options = {
globalstatus = true;
section_separators = {
left = ""; # "";
right = ""; # "";
};
component_separators = {
left = "";
right = "";
};
};
sections = {
lualine_a = [
{
__unkeyed-1 = "mode";
separator = {
right = ""; # "";
left = ""; # "";
};
icon = "";
}
];
lualine_x = lib.mkAfter [ { __unkeyed-1 = "filetype"; } ];
lualine_z = [
{
__unkeyed-1 = "location";
separator = {
right = ""; # "";
left = ""; # "";
};
}
];
};
};
};
};