From 22d2037b154a9324b53b55aefe53cf3672c70b05 Mon Sep 17 00:00:00 2001 From: Satria Date: Wed, 11 Mar 2026 18:09:49 +0700 Subject: [PATCH 1/3] debloat and remove long compilation apps --- modules/home/core/apps.nix | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 2ba3db7..4eb07c9 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -2,28 +2,30 @@ nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ - vscode # lets see how long you survive as my default code editor zed-editor + # kicad-small + # arduino-ide discord slack - brave - modrinth-app - - appimage-run - # winboat - libreoffice - # keepassxc - # kicad-small + vlc + brave + libreoffice + appimage-run + # keepassxc + + virt-manager + # winboat + remmina moonlight-qt - kdePackages.kdenlive - # arduino-ide + # rustdesk + + # inkscape - rustdesk # davinci-resolve - + # kdePackages.kdenlive (wrapOBS { plugins = with obs-studio-plugins; [ wlrobs @@ -32,9 +34,9 @@ ]; }) - portablemc ferium + portablemc steamguard-cli - virt-manager + # modrinth-app ]; } From 79826d8d70b6b3dd0fb75a1c1b571bae3a4dccec Mon Sep 17 00:00:00 2001 From: Satria Date: Wed, 11 Mar 2026 19:00:57 +0700 Subject: [PATCH 2/3] add protonmail desktop --- modules/home/core/apps.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 4eb07c9..39065a2 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -6,8 +6,9 @@ # kicad-small # arduino-ide - discord slack + discord + protonmail-desktop vlc brave From d3f11dd8908093d13b735a3296aedae95a7813b2 Mon Sep 17 00:00:00 2001 From: Satria Date: Wed, 11 Mar 2026 19:18:21 +0700 Subject: [PATCH 3/3] add prism launcher --- modules/home/core/apps.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 39065a2..13146b3 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -37,6 +37,7 @@ ferium portablemc + prismlauncher steamguard-cli # modrinth-app ];