aboutsummaryrefslogtreecommitdiff
path: root/modules/home/hyprland/chernobyl/hyprland.nix
blob: 8712df9286fd743ee485ab450cbd90ed256fc07b (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  programs.hyprland = {
    enable = true;
  };
}