From 97dd599e03bf529829c978bbf92f58c0aa973668 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 3 Jan 2026 03:28:12 +0530 Subject: [PATCH] chore: Disable a bunch of unused apps --- home/apps/default.nix | 6 +++--- home/apps/discord.nix | 5 ++++- home/programs/default.nix | 18 +++++++++--------- neovim/default.nix | 2 +- nixos/ryu/apps/vr.nix | 2 +- nixos/ryu/containers/default.nix | 2 +- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/home/apps/default.nix b/home/apps/default.nix index 45b91cb0..9559be9e 100644 --- a/home/apps/default.nix +++ b/home/apps/default.nix @@ -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 diff --git a/home/apps/discord.nix b/home/apps/discord.nix index 4b6b165b..7f1ecd72 100644 --- a/home/apps/discord.nix +++ b/home/apps/discord.nix @@ -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 diff --git a/home/programs/default.nix b/home/programs/default.nix index d116a925..4ac1d98d 100644 --- a/home/programs/default.nix +++ b/home/programs/default.nix @@ -19,28 +19,28 @@ ./gh.nix ./git.nix ./himalaya.nix - ./mpd.nix + # ./mpd.nix ./ncpamixer.nix ./neomutt.nix ./neovim.nix - ./nh.nix + # ./nh.nix ./nix-index.nix ./nushell.nix - ./omnix.nix + # ./omnix.nix ./opencode.nix - ./retroarch.nix + # ./retroarch.nix ./rustup.nix - ./ryujinx.nix + # ./ryujinx.nix ./sops.nix ./ssh.nix ./starship.nix - ./sxiv.nix - ./tea.nix + # ./sxiv.nix + # ./tea.nix ./television.nix ./tmux.nix - ./tuifeed.nix + # ./tuifeed.nix ./uv.nix - ./xh.nix + # ./xh.nix ./yazi.nix ./yt-dlp.nix ./zoxide.nix diff --git a/neovim/default.nix b/neovim/default.nix index e1a9b339..846e506a 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -543,6 +543,7 @@ in { sqls.enable = true; pyright.enable = true; slint_lsp.enable = true; + wgsl_analyzer.enable = true; # sourcekit.enable = true; openscad_lsp.enable = true; tinymist.enable = true; @@ -851,6 +852,5 @@ in { pkgs.lua pkgs.ripgrep pkgs.nodejs-slim - pkgs.qwen-code ]; } diff --git a/nixos/ryu/apps/vr.nix b/nixos/ryu/apps/vr.nix index 76e1adb6..8633b2f1 100644 --- a/nixos/ryu/apps/vr.nix +++ b/nixos/ryu/apps/vr.nix @@ -2,7 +2,7 @@ environment.systemPackages = with pkgs; [ wlx-overlay-s wayvr-dashboard - bs-manager + # bs-manager monado-vulkan-layers # envision ]; diff --git a/nixos/ryu/containers/default.nix b/nixos/ryu/containers/default.nix index d01fe771..93872c9c 100644 --- a/nixos/ryu/containers/default.nix +++ b/nixos/ryu/containers/default.nix @@ -1,6 +1,6 @@ {device, ...}: { imports = [ - ./immich-machine-learning.nix + # ./immich-machine-learning.nix ]; virtualisation = { docker.enable = true;