add: misc.nix

This commit is contained in:
kenji
2025-12-26 13:06:05 -06:00
parent f113b5d9b8
commit 5e905af198
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -5,5 +5,6 @@
gaps_out = 15;
};
monitor = myConfig.hyprland.monitors;
};
}
+3
View File
@@ -0,0 +1,3 @@
{
wayland.windowManager.hyprland.settings = {};
}