9 lines
135 B
Nix
9 lines
135 B
Nix
{
|
|
imports = [
|
|
./hypr/binds.nix
|
|
./hypr/general.nix
|
|
./hypr/exec.nix
|
|
];
|
|
wayland.windowManager.hyprland.enable = true;
|
|
}
|