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

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