chore: Disable a bunch of unused apps
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2026-01-03 03:28:12 +05:30
parent ac69625809
commit 97dd599e03
6 changed files with 19 additions and 16 deletions

View File

@@ -13,10 +13,10 @@ lib.optionalAttrs device.hasGui {
./discord.nix
./firefox.nix
./ghostty.nix
./gimp.nix
# ./gimp.nix
# ./guitarix.nix
./hyprpicker.nix
./ida.nix
# ./ida.nix
# ./jellyflix.nix
# ./kicad.nix
./kitty.nix
@@ -37,7 +37,7 @@ lib.optionalAttrs device.hasGui {
# ./vial.nix
./vicinae.nix
./vlc.nix
./vscode.nix
# ./vscode.nix
./wezterm.nix
./zathura.nix
./zed.nix

View File

@@ -4,7 +4,10 @@
...
}: {
home.packages = lib.optionals pkgs.stdenv.isLinux [
pkgs.discord
(pkgs.discord.override {
withOpenASAR = true;
withVencord = true;
})
pkgs.vesktop
pkgs.discord-canary
pkgs.discord-ptb