dotfiles/nixos/home-manager/modules/xresources/default.nix

8 lines
150 B
Nix
Raw Normal View History

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