home-manager config moved to hosts and added vencord mod

This commit is contained in:
Kulvir Singh
2025-01-07 15:48:29 +05:30
parent 607e480170
commit 5158a4c5a4
7 changed files with 30 additions and 20 deletions

View File

@@ -2,9 +2,8 @@
additions = final: _prev: import ../pkgs {pkgs = final;};
modifications = final: prev: {
# ghostty = inputs.ghostty.packages.aarch64-darwin.default;
discord = prev.discord.override {
withOpenASAR = true;
withVencord = true;
};
};