meow
This commit is contained in:
@@ -42,11 +42,15 @@
|
||||
];
|
||||
in
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = lib.mkIf settings.default {
|
||||
bind = [
|
||||
"$mainMod, E, exec, zen"
|
||||
];
|
||||
};
|
||||
wayland.windowManager.hyprland.extraLuaFiles = lib.mkIf settings.default {
|
||||
"zen-browser-bind.lua" = {
|
||||
autoLoad = true;
|
||||
content = ''
|
||||
-- Zen launcher bind (lua config: settings.bind cannot express dispatchers)
|
||||
hl.bind("SUPER + E", hl.dsp.exec_cmd("zen"))
|
||||
'';
|
||||
};
|
||||
};
|
||||
home.packages = [
|
||||
(pkgs.wrapFirefox
|
||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.zen-browser-unwrapped
|
||||
|
||||
Reference in New Issue
Block a user