diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix
index 1cd052f..e28f8c2 100644
--- a/home-manager/hyprland.nix
+++ b/home-manager/hyprland.nix
@@ -41,6 +41,8 @@
 
       # Declare all keybinds
       bind = [
+        # Keybind for setting fullscreen
+        "$mod, F11, fullscreen"
         # Keybinds for starting programs
         "$mod, F, exec, firefox"
         "$mod, 1, exec, alacritty"