diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf.tmpl
similarity index 98%
rename from dot_config/hypr/hyprland.conf
rename to dot_config/hypr/hyprland.conf.tmpl
index 4c8bfb9..f792760 100644
--- a/dot_config/hypr/hyprland.conf
+++ b/dot_config/hypr/hyprland.conf.tmpl
@@ -24,10 +24,15 @@ autogenerated = 0 # remove this line to remove the warning
 ################
 
 # See https://wiki.hyprland.org/Configuring/Monitors/
-#monitor=,preferred,auto,auto
+
+monitor=,preferred,auto,auto
+
+# machine-specific configuration
+{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
 monitor = DVI-I-2, 1920x1080, 0x0, 1
 monitor = DVI-I-1, 1920x1080, 1920x0, 1
 monitor = eDP-1, 1920x1080, 3840x0, 1
+{{- end }}
 
 ###################
 ### MY PROGRAMS ###