6855a707d4
build-flake / Build flake (push) Successful in 9m52s
build-flake / Release a new version (push) Successful in 13s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 7s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 9m9s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
10 lines
137 B
Nix
10 lines
137 B
Nix
{
|
|
plugins.lualine = {
|
|
enable = true;
|
|
settings.options = {
|
|
theme = "catppuccin";
|
|
globalstatus = true;
|
|
};
|
|
};
|
|
}
|