summaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue/default.nix
blob: 626ebe8b54e4ce0943792ff7588d8d2ec5426574 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  imports = [
    ./alacritty.nix
    ./dmenu.nix
    ./i3.nix
    ./picom.nix
  ];
}