11 lines
135 B
Nix
11 lines
135 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
./hyprland.nix
|
|
./hyprlock.nix
|
|
# ./hypridle.nix
|
|
./config.nix
|
|
./pyprland.nix
|
|
];
|
|
}
|