all repos — dotfiles @ c4037106d723b0b3e78fc94a18c824197058a5e0

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}