21 lines
332 B
Nix
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;
|
|
}
|