dotfiles/nixos/home-manager/modules/xresources/default.nix
2020-12-26 23:58:39 +01:00

8 lines
150 B
Nix

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