forked from Shinonome/dots-hyprland
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 = {
|
|
};
|
|
};
|
|
}
|