11 lines
100 B
Nix
11 lines
100 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./hypridle.nix
|
||
|
./hyprland.nix
|
||
|
./hyprlock.nix
|
||
|
./hyprpaper.nix
|
||
|
];
|
||
|
}
|