nixos_flake_config/home/home_packages.nix

84 lines
1.0 KiB
Nix
Raw Normal View History

2023-07-03 22:35:58 +02:00
{
config,
pkgs,
...
}: {
home.packages = with pkgs; [
alejandra
appimage-run
arp-scan
2023-07-26 20:37:46 +02:00
birdtray
2023-07-03 22:35:58 +02:00
blackmagic
btop
cached-nix-shell
caddy
cargo
ccls
cemu
2023-08-05 21:31:59 +02:00
cmake
2023-07-03 22:35:58 +02:00
compsize
cura
deluge
ffmpeg-full
firefox
gcc
gdb
glab
glaxnimate
gnumake
grim
hyperfine
imagemagick
imv
jellyfin-media-player
kdenlive
2023-09-07 10:57:18 +02:00
/*kicad*/
2023-07-03 22:35:58 +02:00
kodi-wayland
libnotify
libreoffice
libva-utils
mediainfo
ncdu
neovide
ngspice
2023-07-26 20:37:46 +02:00
nix-init
2023-07-03 22:35:58 +02:00
nodePackages.peerflix
pandoc
pass
patchelf
pavucontrol
pirate-get
powertop
pulsemixer
python3
python3Packages.west
remmina
river
rtorrent
rustc
screen
seer
sioyek
skypeforlinux
slurp
texlive.combined.scheme-full
thunderbird
upx
waybar
wdisplays
whatsapp-for-linux
wireshark
wl-clipboard
wlr-randr
wofi
x2goclient
2023-07-29 21:35:19 +02:00
yewtube
2023-07-03 22:35:58 +02:00
yt-dlp
zathura
zeal-qt6
zig
zls
/*openocd*/
2023-07-03 22:35:58 +02:00
];
}