This commit is contained in:
2026-01-07 23:21:27 -05:00
parent 330224fde6
commit 2442d16151

View File

@@ -169,6 +169,8 @@
]; ];
extraConfig = { extraConfig = {
show-icons = true; show-icons = true;
display-drun = "";
drun-display-format = "{name}";
}; };
}; };
programs.waybar.enable = true; programs.waybar.enable = true;
@@ -210,6 +212,7 @@
nixfmt # nix file formatting nixfmt # nix file formatting
openrgb # RGB editor openrgb # RGB editor
furmark # Room heater furmark # Room heater
obsidian # note taking
]; ];
}; };