Files
nix-config/hosts/common/optional/hyprland.nix

19 lines
209 B
Nix

{
pkgs,
...
}: {
programs.hyprland = {
enable = true;
};
environment.systemPackages = with pkgs; [
hyprshot
hyprlock
hypridle
hyprpolkitagent
mako
waybar
wofi
];
}