dotfiles/nixcfgs/modules/nixos/desktop/de/hyprland.nix
2025-11-07 12:19:39 +00:00

15 lines
280 B
Nix

{pkgs, ...}: {
programs.hyprland = {
enable = true;
withUWSM = false;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
# caelestia-shell
xdg-desktop-portal-hyprland
hyprpolkitagent
grimblast
xdg-desktop-portal-wlr
];
}