bonfire/lib/preconfiguredModules/homeManager/default.nix
L-Nafaryus aa3f2c28e0
All checks were successful
nix / check (push) Successful in 3m38s
new: lib.preconfiguredModules: hyprland, hypridle, hyprlock
2024-09-22 14:36:33 +05:00

21 lines
332 B
Nix

#{
# lib,
# inputs,
# ...
#}:
{
ags = import ./ags;
hyprland = import ./hyprland.nix;
hypridle = import ./hypridle.nix;
hyprlock = import ./hyprlock.nix;
#hyprland =
# (lib.evalModules {
# modules = [
# inputs.home-manager.nixosModules.home-manager
# ./hyprland
# ];
# })
# .config;
}