dotfiles/modules/home/rsydn/desktop/wayland/default.nix

11 lines
177 B
Nix

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