mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 19:18:17 +01:00
10 lines
106 B
Nix
10 lines
106 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./hypridle.nix
|
||
|
./hyprland.nix
|
||
|
./hyprlock.nix
|
||
|
./config.nix
|
||
|
];
|
||
|
}
|