Update helix config
This commit is contained in:
parent
b5b091a324
commit
666182e699
3 changed files with 27 additions and 8 deletions
|
@ -120,11 +120,11 @@
|
||||||
},
|
},
|
||||||
"hardware": {
|
"hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700559156,
|
"lastModified": 1702453208,
|
||||||
"narHash": "sha256-gL4epO/qf+wo30JjC3g+b5Bs8UrpxzkhNBBsUYxpw2g=",
|
"narHash": "sha256-0wRi9SposfE2wHqjuKt8WO2izKB/ASDOV91URunIqgo=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "c3abafb01cd7045dba522af29b625bd1e170c2fb",
|
"rev": "7763c6fd1f299cb9361ff2abf755ed9619ef01d6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -149,10 +149,27 @@
|
||||||
display-messages = true;
|
display-messages = true;
|
||||||
# display-inlay-hints = true;
|
# display-inlay-hints = true;
|
||||||
};
|
};
|
||||||
# statusline = {
|
statusline = {
|
||||||
# left = ["mode" "spinner" "selections" "primary-selection-length" "position" "position-percentage" "diagnostics" "workspace-diagnostics"];
|
separator = " ";
|
||||||
|
mode = {
|
||||||
|
"normal" = "N";
|
||||||
|
"insert" = "I";
|
||||||
|
"select" = "S";
|
||||||
|
};
|
||||||
|
left = [
|
||||||
|
"file-name"
|
||||||
|
"mode"
|
||||||
|
# "selections"
|
||||||
|
# "primary-selection-length"
|
||||||
|
# "position"
|
||||||
|
# "position-percentage"
|
||||||
|
"spinner"
|
||||||
|
"diagnostics"
|
||||||
|
"workspace-diagnostics"
|
||||||
|
];
|
||||||
|
};
|
||||||
# center = ["file-name"];
|
# center = ["file-name"];
|
||||||
# right = ["version-control" "total-line-numbers" "file-encoding"];
|
# right = ["version-control" "total-line-numbers" "file-encoding"];
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -276,11 +293,11 @@
|
||||||
|
|
||||||
"ui.statusline" = {
|
"ui.statusline" = {
|
||||||
fg = fgdim;
|
fg = fgdim;
|
||||||
bg = bg2;
|
bg = bg;
|
||||||
};
|
};
|
||||||
"ui.statusline.inactive" = {
|
"ui.statusline.inactive" = {
|
||||||
fg = fg3;
|
fg = fg3;
|
||||||
bg = bg;
|
bg = bg2;
|
||||||
};
|
};
|
||||||
"ui.statusline.normal" = {
|
"ui.statusline.normal" = {
|
||||||
fg = bg;
|
fg = bg;
|
||||||
|
|
|
@ -59,6 +59,8 @@
|
||||||
|
|
||||||
hardware.wirelessRegulatoryDatabase = true;
|
hardware.wirelessRegulatoryDatabase = true;
|
||||||
|
|
||||||
|
hardware.framework.amd-7040.preventWakeOnAC = true;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest; # seeing if using the stable kernel makes wow work
|
kernelPackages = pkgs.linuxPackages_latest; # seeing if using the stable kernel makes wow work
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue