conf: fix globalArgs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 18:02:50 +05:30
parent 092225c8f3
commit 206b823cf1
4 changed files with 17 additions and 10 deletions

View File

@@ -4,7 +4,9 @@ let
commonModules = [
./nvim.nix
globalArgs
{
_module.args = globalArgs;
}
];
desktopModules = [
./xorg.nix