10 lines
177 B
Nix
10 lines
177 B
Nix
{ ... }: {
|
|
# Wayland compositor configurations
|
|
# Import the compositor you want to use
|
|
|
|
imports = [
|
|
# Uncomment the one you want:
|
|
# ./hyprland
|
|
# ./niri
|
|
];
|
|
}
|