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

8 lines
155 B
Nix
Raw Normal View History

2021-01-18 09:00:12 +01:00
{ nixpkgs, nixpkgs-unstable, nixpkgs-master, custom, ... }:
{ config, lib, pkgs, ... }:
{
home.file = {
".Xresources".source = ./.Xresources;
};
}