all repos — dotfiles @ 1a0bd70724f00a351986e466f9037b86ce257607

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}