dotfiles/home-manager/modules/vesktop/default.nix
2024-10-06 15:25:05 -05:00

9 lines
195 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
vesktop
;
};
xdg.configFile."vesktop/themes/macchiato.theme.css".source = ./macchiato.theme.css;
}