added firefox

This commit is contained in:
kenji
2025-12-23 23:03:05 +00:00
parent c4639d88c5
commit 0ad80cf7a1
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
];
};
bookmarks = {
force = false;
force = true;
settings = [
{
toolbar = true;
+10 -1
View File
@@ -1,13 +1,22 @@
{
wayland.windowManager.hyprland.settings = {
bindd = [
"SUPER, Return, Open Terminal, exec, ghostty"
# essential
"SUPER, Return, Open Terminal, exec, ghostty" # FIXME: must be using xdg-open
"SUPER, Q, Kill active, killactive"
# move focus
"SUPER, J, Move focus down, movefocus, d"
"SUPER, K, Move focus up, movefocus, u"
"SUPER, H, Move focus left, movefocus, l"
"SUPER, L, Move focus right, movefocus, r"
# fullscreen
"SUPER, F, Toggle Fullscreen, fullscreen, 0"
"SUPER SHIFT, F, Toggle Maximized Fullscreen, fullscreen, 1"
# apps
"SUPER, W, Open browser, exec, firefox" # FIXME: must be xdg-open
];
};
}
+1
View File
@@ -2,5 +2,6 @@
imports = [
../../apps/yazi/home.nix
../../apps/gemini/home.nix
../../apps/firefox/home.nix
];
}