9 lines
116 B
Nix
9 lines
116 B
Nix
{pkgs, config, lib, ...}:
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./hyprpaper.nix
|
|
./hypridle.nix
|
|
./hyprlock.nix
|
|
];
|
|
}
|