aboutsummaryrefslogtreecommitdiff
path: root/x/default.nix
blob: 01adb7a4a86d382aa4ef4fb11f74cbb336e4a2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config
, pkgs
, theme
, ...
}:

{
  imports = [
    ./2bwm.nix
    ./xft.nix
    ./rxvt.nix
  ];
}