nix-config/modules/system/home/discord/default.nix
2024-02-19 16:25:00 +01:00

15 lines
296 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
vesktop
# dorion
];
# home.file = {
# ".config/dorion/config.json" = {
# source = ./dorion-config.json;
# };
# ".config/dorion/themes/rose-pine.theme.css" = {
# source = ./rose-pine.theme.css;
# };
# };
}