1
Fork 0
satellite/modules/themes/xresources.nix

10 lines
145 B
Nix
Raw Normal View History

{ pkgs, ... }:
let
theme = pkgs.myThemes.current;
in
{
home-manager.users.adrielus.xresources = {
extraConfig = theme.xresources;
};
}