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

10 lines
158 B
Nix
Raw Normal View History

{ pkgs, ... }:
let
theme = pkgs.myThemes.current;
in
{
home-manager.users.adrielus.xresources = {
2022-09-18 01:00:32 +02:00
extraConfig = theme.xresources.config or "";
};
}