From 96c921446224504bc04603a9eb6d3d2414b52703 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Thu, 22 Aug 2024 19:20:13 -0700 Subject: [PATCH] removed unused apps --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index df66807..8874653 100644 --- a/home.nix +++ b/home.nix @@ -69,7 +69,7 @@ let qalculate-gtk # unit-friendly calculator pkgs-stable.qlcplus # LED xlr control program signal-desktop # secure messaging service - pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough + # pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough obs-studio # for video recording and virtual camera libsForQt5.kate # kate/kwrite @@ -103,7 +103,7 @@ in ./modules/zsh.nix ./modules/kitty.nix (if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/hyprland else null) - (if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/discord.nix else null) + #(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/discord.nix else null) #./modules/emacs.nix (if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/fusuma.nix else null) (if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/rofi.nix else null)