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

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