nixos/modules/home/profiles/desktop.nix

8 lines
172 B
Nix
Raw Normal View History

{pkgs, settings, ...}:
{
home.file = {
".config/mpv".source = ../../../dotfiles/.config/mpv;
".config/polybar".source = ../../../dotfiles/.config/polybar;
};
}