diff --git a/modules/system/home/discord/default.nix b/modules/system/home/discord/default.nix index 849767d..27397aa 100644 --- a/modules/system/home/discord/default.nix +++ b/modules/system/home/discord/default.nix @@ -1,14 +1,15 @@ { pkgs, ... }: { home.packages = with pkgs; [ - dorion + vesktop + # dorion ]; - home.file = { - ".config/dorion/config.json" = { - source = ./dorion-config.json; - }; - ".config/dorion/themes/rose-pine.theme.css" = { - source = ./rose-pine.theme.css; - }; - }; + # home.file = { + # ".config/dorion/config.json" = { + # source = ./dorion-config.json; + # }; + # ".config/dorion/themes/rose-pine.theme.css" = { + # source = ./rose-pine.theme.css; + # }; + # }; }