[NixOS] modules -> myModules

This commit is contained in:
2024-09-26 14:15:27 -06:00
parent 9b9da29b7a
commit c4a9a60112
37 changed files with 134 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
{ lib, ... }: {
options = {
modules.xmonad.picom.vSync.enable = lib.mkOption {
myModules.xmonad.picom.vSync.enable = lib.mkOption {
default = true;
type = lib.types.bool;
};