8 lines
101 B
Nix
8 lines
101 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
imports = [
|
|
./hypr/binds.nix
|
|
];
|
|
};
|
|
}
|