1
Fork 0
dotfiles/.bauke/nix/stardust/packages.nix

115 lines
1.9 KiB
Nix

# The list of system packages to install.
{ pkgs, ... }:
{
environment = {
systemPackages = with pkgs; [
airshipper
apngasm
autorestic
bat
bottom
calibre
catppuccin-cursors
chromium
clang
clonehero
conky
delta
deno
dig
direnv
dupeguru
eclipses.eclipse-java
element-desktop
exa
fd
ffmpeg
firefox
flameshot
font-manager
gegl
gimp
git
git-lfs
glab
gramps
handbrake
hexyl
imagemagick
jq
keepassxc
kitty
libnotify
libreoffice
librewolf
limitcpu
lm_sensors
lutris
mat2
mkvtoolnix
mpv
nitrogen
nodejs
nodePackages.pnpm
numlockx
nvitop
osu-lazer
pavucontrol
peek
picard
pkg-config
podman-compose
pop-icon-theme
prismlauncher
protonup-ng
protonvpn-gui
python311Packages.argcomplete
python311Packages.pip
python311Packages.pipx
qalculate-gtk
ranger
restic
resvg
ripgrep
rnix-lsp
rustup
shotcut
sqlite
sqlitebrowser
standardnotes
starship
steam
tauon
tea
temurin-bin
transmission-gtk
turbo
typst
typst-lsp
vagrant
vscodium.fhs
wireshark
xarchiver
xclip
xdotool
xfce.xfce4-genmon-plugin
xfce.xfce4-pulseaudio-plugin
xfce.xfce4-timer-plugin
xfce.xfce4-whiskermenu-plugin
xorg.libXcursor
(callPackage ./samrewritten.nix { })
(wrapOBS {
plugins = with obs-studio-plugins; [
input-overlay
obs-livesplit-one
obs-pipewire-audio-capture
obs-source-record
obs-vkcapture
];
})
];
};
}