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

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