1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

remove pkgs.niveum.lib.defaultApplications

This commit is contained in:
2025-12-27 07:58:20 +01:00
parent 95e5a58f15
commit 1a8295a5a5
5 changed files with 9 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ in {
sticky_history = true;
history_length = 20;
dmenu = "${pkgs.rofi}/bin/rofi -display-run dunst -show run";
browser = pkgs.lib.niveum.defaultApplications.browser;
browser = lib.getExe pkgs.niveum-browser;
verbosity = "mesg";
corner_radius = 0;
mouse_left_click = "do_action";