Update flake.lock, add plugins, and new bind

Bump several flake.lock entries to newer revisions. Enable the
color_picker, file-search, and nix-monitor plugins in Noctalia,
import the nix-monitor configuration, and add a SUPER‑CONTROL‑F
binding for file search while switching the color‑picker shortcut
to the new plugin.
This commit is contained in:
2026-07-21 18:14:05 +02:00
parent 6bd7991829
commit 55d2de10cd
5 changed files with 43 additions and 27 deletions
@@ -1,9 +1,15 @@
_: {
programs.noctalia.settings.plugins = {
enabled = ["noctalia/timer" "noctalia/screen_recorder"];
enabled = [
"noctalia/screen_recorder"
"oldirtty/color_picker"
"nightwatch75/file-search"
"avivbintangaringga/nix-monitor"
];
};
imports = [
./screen-recorder.nix
./nix-monitor.nix
];
}