all repos — dotfiles @ 3a6c38bffd2f463c5bb914e426066acbdbc02201

my *nix dotfiles

nix/x/default.nix (view raw)

 1{ config
 2, pkgs
 3, theme
 4, ...
 5}:
 6
 7{
 8  imports = [
 9    ./xft.nix
10    ./xresources.nix
11  ];
12}