mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 08:19:26 -05:00
18 lines
260 B
Nix
18 lines
260 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./keybinds.nix
|
|
./execs.nix
|
|
./rules.nix
|
|
./env.nix
|
|
./colours.nix
|
|
];
|
|
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
xwayland.enable = true;
|
|
systemd.enable = true;
|
|
settings = {
|
|
};
|
|
};
|
|
}
|