closer to a good hyprland session

This commit is contained in:
William 2025-03-18 16:39:21 -03:00
parent ac4bcbed6d
commit 4709a389dd
4 changed files with 153 additions and 14 deletions

View file

@ -1,6 +1,7 @@
{
lib,
hostType,
inputs,
lib,
pkgs,
...
}:
@ -44,6 +45,7 @@
};
extraSpecialArgs = {
inherit hostType;
inherit inputs;
};
};
}