diff --git a/nix/modules/nixos/desktop/i3.nix b/nix/modules/nixos/desktop/i3.nix
index 19002e73..3dc2e605 100644
--- a/nix/modules/nixos/desktop/i3.nix
+++ b/nix/modules/nixos/desktop/i3.nix
@@ -85,11 +85,6 @@ in
         };
 
         terminal = "alacritty";
-
-        window = {
-          border = 0;
-          hideEdgeBorders = "none";
-        };
       };
 
       extraConfig = ''
@@ -101,8 +96,6 @@ in
         exec_always --no-startup-id caffeine
         exec_always --no-startup-id ${pkgs.autorandr}/bin/autorandr --change
 
-        default_border none
-        default_floating_border none
         smart_borders on
         smart_gaps on