nix-flake/modules/home/core/apps.nix
2026-03-12 15:15:55 +07:00

44 lines
799 B
Nix

{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
zed-editor
# kicad-small
# arduino-ide
slack
discord
# protonmail-desktop # https://www.reddit.com/r/NixOS/comments/1rm9alf/protonmail_in_nixos/
vlc
brave
libreoffice
appimage-run
# keepassxc
virt-manager
# winboat
remmina
moonlight-qt
# rustdesk
# inkscape
# davinci-resolve
# kdePackages.kdenlive
(wrapOBS {
plugins = with obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
})
ferium
portablemc
prismlauncher
steamguard-cli
# modrinth-app
];
}