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.
16 lines
279 B
Nix
16 lines
279 B
Nix
_: {
|
|
programs.noctalia.settings.plugins = {
|
|
enabled = [
|
|
"noctalia/screen_recorder"
|
|
"oldirtty/color_picker"
|
|
"nightwatch75/file-search"
|
|
"avivbintangaringga/nix-monitor"
|
|
];
|
|
};
|
|
|
|
imports = [
|
|
./screen-recorder.nix
|
|
./nix-monitor.nix
|
|
];
|
|
}
|