12 lines
213 B
Nix
12 lines
213 B
Nix
_: {
|
|
imports = [
|
|
./config/general.nix
|
|
./config/binds.nix
|
|
./config/rules.nix
|
|
];
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
systemd.enable = true;
|
|
xwayland.enable = true;
|
|
};
|
|
}
|