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

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