dotfiles/nixos/hm-modules/xresources/default.nix

8 lines
160 B
Nix
Raw Normal View History

{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, hostname, rlib }:
{ config, lib, ... }:
{
home.file = {
".Xresources".source = ./.Xresources;
};
}