685 current 2024-05-26 14:19:04 24.11.20240526.8debaa1 6.9.1-zen1 *
This commit is contained in:
parent
1d4777bc04
commit
41561e81c8
2 changed files with 11 additions and 6 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -533,11 +533,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1716711219,
|
"lastModified": 1716736760,
|
||||||
"narHash": "sha256-TnZETiQPXbyT5mdCHMOyrJnx2+BwroMBRrguciz1vEo=",
|
"narHash": "sha256-h3RmnNknKYtVA+EvUSra6QAwfZjC2q1G8YA7W0gat8Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "05e6ba83eb3585ce0aff7b41e4bd0e317d05ad4a",
|
"rev": "5d151429e1e79107acf6d06dcc5ace4e642ec239",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -805,11 +805,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1716672993,
|
"lastModified": 1716747123,
|
||||||
"narHash": "sha256-KISj1WGeeEb6d2rYFRGYHYiDvNJN1JtRKU2+jE32LMQ=",
|
"narHash": "sha256-XZFVa21Vpn39Y7fCmGAb8CxKJlX0YKKUyUfArvhXNjo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "neovim-nightly-overlay",
|
"repo": "neovim-nightly-overlay",
|
||||||
"rev": "0f91f34a626baade98dfa091cc7a023266644d91",
|
"rev": "491c6d2a3f239754a2e6aa110d47899a38d94c45",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,11 @@ return {
|
||||||
sections = {
|
sections = {
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
"rest",
|
"rest",
|
||||||
|
{
|
||||||
|
require("noice").api.statusline.mode.get,
|
||||||
|
cond = require("noice").api.statusline.mode.has,
|
||||||
|
color = { fg = "#ff9e64" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
-- lualine_a = { sources.mode },
|
-- lualine_a = { sources.mode },
|
||||||
-- lualine_b = { sources.branch, sources.diff },
|
-- lualine_b = { sources.branch, sources.diff },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue