all repos — dotfiles @ a250b9d1612e40cf329939a9176db2f6775a3a62

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}