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

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