dotfiles/nix/home-manager/modules/xresources/default.nix
2021-02-28 18:14:01 +01:00

8 lines
160 B
Nix

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