Added HyprDynamicMonitors

This commit is contained in:
2025-11-09 14:34:44 -05:00
parent 2f6bed228d
commit 00a1828a0d
7 changed files with 115 additions and 14 deletions

View File

@@ -37,5 +37,8 @@
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
];
variables = {
EDITOR = "vim";
};
};
}