This commit is contained in:
parent
d9d4e43c35
commit
391b47fa75
2 changed files with 40 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ inputs@{ machine, ... }:
|
|||
|
||||
function fish_greeting
|
||||
${pkgs.blahaj}/bin/blahaj -s
|
||||
echo "welcome to $(uname -n), $(whoami)!"
|
||||
echo "mrow! This is $(uname -n) and ur $(whoami) :3"
|
||||
end
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -400,7 +400,45 @@ in
|
|||
|
||||
lualine = {
|
||||
enable = true;
|
||||
settings.options.theme = "onedark";
|
||||
settings = {
|
||||
options = {
|
||||
theme = "onedark";
|
||||
globalstatus = true;
|
||||
};
|
||||
sections = {
|
||||
lualine_a = [
|
||||
{
|
||||
__unkeyed-1 = "mode";
|
||||
}
|
||||
];
|
||||
lualine_b = [
|
||||
{
|
||||
__unkeyed-1 = "branch";
|
||||
}
|
||||
{ __unkeyed-1 = "diff"; }
|
||||
{ __unkeyed-1 = "diagnostics"; }
|
||||
];
|
||||
lualine_c = [
|
||||
{
|
||||
__unkeyed-1 = "filename";
|
||||
# show path
|
||||
path = 1;
|
||||
shorting_target = 60;
|
||||
}
|
||||
];
|
||||
lualine_x = [
|
||||
{ __unkeyed-1 = "lsp_status"; }
|
||||
{ __unkeyed-1 = "diff"; }
|
||||
{ __unkeyed-1 = "encoding"; }
|
||||
{ __unkeyed-1 = "fileformat"; }
|
||||
{
|
||||
__unkeyed-1 = "filetype";
|
||||
}
|
||||
];
|
||||
lualine_y = [ { __unkeyed-1 = "progress"; } ];
|
||||
lualine_z = [ { __unkeyed-1 = "location"; } ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
rustaceanvim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue