aboutsummaryrefslogtreecommitdiff
path: root/modules/home/hyprland/chernobyl/default.nix
blob: 68ffecc5dd7d674986ba3387222976aca2648551 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  imports = [
    ./dunst.nix
    ./fastfetch.nix
    ./hyprland.nix
    ./kitty.nix
  ];
}