Update Zed configuration for nix LSP and formatter.

This commit is contained in:
2025-11-23 16:34:22 +01:00
parent 2be712393f
commit 900b565405
114 changed files with 2311 additions and 2408 deletions

View File

@@ -2,8 +2,7 @@
config,
pkgs,
...
}:
{
}: {
programs.waybar = {
enable = true;
package = pkgs.waybar;
@@ -15,7 +14,7 @@
"temperature"
"hyprland/window"
];
"modules-center" = [ "custom/spacer" ];
"modules-center" = ["custom/spacer"];
"modules-right" = [
"tray"
"cpu"
@@ -165,7 +164,7 @@
"tooltip-format" = "{title}";
"on-click" = "activate";
"on-click-middle" = "close";
"ignore-list" = [ "Alacritty" ];
"ignore-list" = ["Alacritty"];
"app_ids-mapping" = {
firefoxdeveloperedition = "firefox-developer-edition";
};