aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/xorg/default.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-03-15 18:00:17 -0400
committertdback <tyler@tdback.net>2025-03-15 18:00:17 -0400
commit9b3225b43957e4ec3039685d7dba244fd46de5cc (patch)
treeb75a70c733be481345f2baf9ddd4a25ec2fcabb1 /modules/profiles/xorg/default.nix
parentb3eeabee7eb811d5014339fa859f9143c1f3fd3f (diff)
modules: add commentary
Diffstat (limited to 'modules/profiles/xorg/default.nix')
-rw-r--r--modules/profiles/xorg/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profiles/xorg/default.nix b/modules/profiles/xorg/default.nix
index 0917fa9..703d70e 100644
--- a/modules/profiles/xorg/default.nix
+++ b/modules/profiles/xorg/default.nix
@@ -1,3 +1,8 @@
+# modules/profiles/xorg/default.nix
+#
+# Sure X11 is "old", but xmonad doesn't yet have xorg support. I've got my eyes
+# on https://github.com/YaLTeR/niri though.
+
{
pkgs,
...