nixos_flake_config/home/home_packages.nix

120 lines
1.9 KiB
Nix
Raw Normal View History

2023-07-03 22:35:58 +02:00
{
config,
pkgs,
2023-10-26 22:48:08 +02:00
inputs,
2023-07-03 22:35:58 +02:00
...
}: {
2023-10-26 22:48:08 +02:00
home.packages = with pkgs;
[
alejandra
appimage-run
arp-scan
birdtray
blackmagic
blender
2023-10-26 22:48:08 +02:00
btop
cached-nix-shell
caddy
cargo
ccls
cemu
cmake
compsize
cura
deluge
ffmpeg-full
firefox
freecad
2023-10-26 22:48:08 +02:00
gcc
gdb
ghostscript
2023-10-26 22:48:08 +02:00
glab
/*glaxnimate*/
2023-10-26 22:48:08 +02:00
gnumake
go
grim
hyperfine
imagemagick
imv
2023-10-30 17:18:33 +01:00
inkscape
2023-10-26 22:48:08 +02:00
jellyfin-media-player
kdenlive
kicad
kodi-wayland
2023-11-15 17:54:57 +01:00
krita
2023-10-26 22:48:08 +02:00
libnotify
libreoffice
libva-utils
mediainfo
ncdu
neovide
ngspice
nix-init
nodePackages.peerflix
openocd
openscad
2023-10-26 22:48:08 +02:00
pandoc
pass
patchelf
pavucontrol
pirate-get
poppler_utils
2023-10-26 22:48:08 +02:00
powertop
pulsemixer
python3
python3Packages.west
remmina
river
rtorrent
rustc
screen
seer
sioyek
skypeforlinux
slurp
2023-10-30 23:58:31 +01:00
tea
2023-10-26 22:48:08 +02:00
texlive.combined.scheme-full
thunderbird
upx
waybar
wdisplays
whatsapp-for-linux
wireshark
wl-clipboard
wlr-randr
wofi
x2goclient
yewtube
yt-dlp
zathura
zeal-qt6
zig
zls
2023-10-29 00:42:00 +02:00
/*
install here until nvim flake is fixed
*/
alejandra
ccls
gopls
luaformatter
nixd
pyright
rust-analyzer
sumneko-lua-language-server
svls
texlab
tree-sitter
verible
zls
2023-10-26 22:48:08 +02:00
]
++ [
inputs.swaysw.packages.x86_64-linux.swaysw
inputs.nvim.packages.x86_64-linux.nvim
2024-01-14 21:08:36 +01:00
(pkgs.callPackage ../packages/zapzap/default.nix {})
2023-10-29 14:34:21 +01:00
(pkgs.callPackage ../packages/viber/default.nix {})
(pkgs.callPackage ../packages/bubblewrap/default.nix {})
2023-12-08 18:44:00 +01:00
(pkgs.callPackage ../packages/stm32cubemx/default.nix {})
];
2023-07-03 22:35:58 +02:00
}