app debloat
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s

This commit is contained in:
Satria 2026-06-16 10:40:21 +07:00
commit 36acd0c5b0
2 changed files with 4 additions and 26 deletions

View file

@ -27,47 +27,25 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
zed-editor zed-editor
# kicad-small
# arduino-ide
slack slack
discord discord
# protonmail-desktop # https://www.reddit.com/r/NixOS/comments/1rm9alf/protonmail_in_nixos/ protonmail-desktop
vlc vlc
brave brave
flameshot flameshot
libreoffice libreoffice
appimage-run appimage-run
# keepassxc
virt-manager virt-manager
# winboat
remmina remmina
moonlight-qt moonlight-qt
# rustdesk gpu-screen-recorder
gpu-screen-recorder-gtk
# inkscape
# davinci-resolve
# kdePackages.kdenlive
(wrapOBS {
plugins = with obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
})
(prismlauncher.override { (prismlauncher.override {
jdks = with javaPackages.compiler.temurin-bin; [ jre-21 jdk-25 ]; jdks = with javaPackages.compiler.temurin-bin; [ jre-21 jdk-25 ];
}) })
ferium
packwiz
portablemc
steamguard-cli
# modrinth-app
]; ];
} }

View file

@ -5,7 +5,7 @@
TERMINAL = "kitty"; TERMINAL = "kitty";
}; };
home.packages = with pkgs; [ bun ]; home.packages = with pkgs; [ bun packwiz ];
programs = { programs = {
tmux = { tmux = {