1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 12:32:05 +00:00
.dotfiles/nixos/packages.nix

112 lines
10 KiB
Nix
Raw Normal View History

2024-12-11 23:37:08 -05:00
{ pkgs, ... }:
{
2024-12-23 14:44:50 -05:00
# I'm not sure if you actually need stuff like GTK4 to be
# in here when it's really only used with nix-shell and the
# amount of time it saves during installation is probably
# only like a few seconds
2024-12-11 23:37:08 -05:00
environment.systemPackages = with pkgs; [
2024-12-18 21:00:26 -05:00
# development
2025-01-18 10:19:07 -05:00
cc65 # C compiler for processors of 6502 family
2025-01-21 17:01:57 -05:00
chibicc-uxn # A small C compiler... for uxn
2025-01-21 17:40:29 -05:00
llvmPackages_19.clang-tools # Standalone command line tools for C++ development
2025-01-26 20:59:40 -05:00
fasm # x86(-64) macro assembler to binary, MZ, PE, COFF, and ELF
2024-12-20 15:19:50 -05:00
(fenix.default.withComponents [ "cargo" "rustc" ])
2025-01-14 15:53:28 -05:00
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
git # Distributed version control system
2025-01-21 00:33:34 -05:00
gnumake # Tool to control the generation of non-source files from sources
2025-01-14 15:53:28 -05:00
godot_4 # Free and Open Source 2D and 3D game engine
gtk4 # Multi-platform toolkit for creating graphical user interfaces
2025-01-27 14:48:20 -05:00
jdk23 # Open-source Java Development Kit
2025-01-14 15:53:28 -05:00
just # Handy way to save and run project-specific commands
meson # Open source, fast and friendly build system made in Python
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
pnpm # Fast, disk space efficient package manager for JavaScript
2025-01-21 00:33:34 -05:00
python314 # High-level dynamically-typed programming language
2025-01-14 15:53:28 -05:00
vala # Compiler for GObject type system
2024-12-18 21:00:26 -05:00
## language servers
2024-12-20 18:21:33 -05:00
mesonlsp # Meson
2024-12-20 14:37:27 -05:00
nil # Nix
rust-analyzer # Rust
vala-language-server # Vala
2024-12-18 21:00:26 -05:00
# games
2025-01-15 23:27:45 -05:00
alvr # Stream VR games from your PC to your headset via Wi-Fi
2025-01-14 18:14:29 -05:00
unstable.luanti # An open source voxel game engine (formerly Minetest)
2025-01-14 15:53:28 -05:00
prismlauncher # Free, open source launcher for Minecraft
steam-run # Run commands in the same FHS environment that is used for Steam
uxn # Assembler and emulator for the Uxn stack machine
2025-01-18 10:19:07 -05:00
x16 # Official emulator of CommanderX16 8-bit computer
x16-rom # ROM file for CommanderX16 8-bit computer
ynodesktop # A desktop client for Yume Nikki Online with Discord Rich Presence
2024-12-18 21:00:26 -05:00
# graphics
2025-01-14 15:53:28 -05:00
flameshot # Powerful yet simple to use screenshot software
gimp # GNU Image Manipulation Program
imagemagick # Software suite to create, edit, compose, or convert bitmap images
krita # Free and open source painting application
maim # Command-line screenshot utility
2024-12-18 21:00:26 -05:00
# gtk
2025-01-14 15:53:28 -05:00
posy-cursors # Posy's Improved Cursors for Linux
pantheon.elementary-gtk-theme # GTK theme designed to be smooth, attractive, fast, and usable
2025-02-04 00:45:13 -05:00
# network
2025-01-25 00:39:16 -05:00
ngrok # Allows you to expose a web server running on your local machine to the internet
2025-01-14 15:53:28 -05:00
nicotine-plus # Graphical client for the SoulSeek peer-to-peer system
2025-01-27 18:28:05 -05:00
playit-agent # The playit program
2025-02-04 00:45:13 -05:00
qbittorrent # Featureful free software BitTorrent client
2025-01-22 22:50:51 -05:00
slack # Desktop client for Slack
2025-01-14 15:53:28 -05:00
vesktop # Alternate client for Discord with Vencord built-in
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
2024-12-11 23:37:08 -05:00
# system tools
2025-01-18 10:19:07 -05:00
android-tools # Android SDK platform tools
2025-01-14 15:53:28 -05:00
bat # Cat(1) clone with syntax highlighting and Git integration
btop # Monitor of resources
dconf-editor # GSettings editor for GNOME
2025-01-18 10:19:07 -05:00
kdePackages.dolphin # File manager by KDE
2025-01-14 15:53:28 -05:00
ffmpeg # Complete, cross-platform solution to record, convert and stream audio and video
2025-01-15 23:27:45 -05:00
kdePackages.filelight # Quickly visualize your disk space usage
2025-01-14 15:53:28 -05:00
gparted # Graphical disk partitioning tool
home-manager # Nix-based user environment configurator
hyfetch # neofetch with pride flags <3
kitty # Modern, hackable, featureful, OpenGL based terminal emulator
monitor # Manage processes and monitor system resources
timeshift # System restore tool for Linux
2025-01-15 23:27:45 -05:00
unzip # Extraction utility for archives compressed in .zip format
2025-01-16 17:26:00 -05:00
usbutils # Tools for working with USB devices, such as lsusb
2025-01-31 22:24:19 -05:00
wineWowPackages.stable # Open Source implementation of the Windows API on top of X, OpenGL, and Unix
2025-01-14 15:53:28 -05:00
xclip # Tool to access the X clipboard from a console application
zellij # Terminal workspace with batteries included
2024-12-11 23:37:08 -05:00
# text editors
2025-01-14 15:53:28 -05:00
neovim # Vim text editor fork focused on extensibility and agility
vscodium # Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing)
2025-01-03 16:27:11 -05:00
# audio
2025-01-14 15:53:28 -05:00
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils
audacity # Sound editor with graphical UI
2025-01-27 18:28:05 -05:00
# fooyin # Customisable music player
2025-01-14 15:53:28 -05:00
mpc # Minimalist command line interface to MPD
pavucontrol # PulseAudio Volume Control
playerctl # Command-line utility and library for controlling media players that implement MPRIS
reaper # Digital audio workstation
unstable.rmpc # TUI music player client for MPD with album art support via kitty image protocol
sunvox # Small, fast and powerful modular synthesizer with pattern-based sequencer
2024-12-11 23:37:08 -05:00
# X11
2025-01-14 15:53:28 -05:00
hsetroot # Allows you to compose wallpapers ('root pixmaps') for X
nitrogen # Wallpaper browser and setter for X11
polybarFull # Fast and easy-to-use tool for creating status bars
rofi # Window switcher, run dialog and dmenu replacement
xcompmgr #
xdotool # Fake keyboard/mouse input, window management, and more
xorg.xev #
xorg.xwininfo #
yambar # Modular status panel for X11 and Wayland
2024-12-30 00:03:52 -05:00
# misc
2025-01-14 15:53:28 -05:00
catppuccin-sddm # Soothing pastel theme for SDDM
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
2025-02-04 00:45:13 -05:00
mlt #! Open source multimedia framework, designed for television broadcasting (This is fucking stupid)
2025-01-14 15:53:28 -05:00
nmap # Free and open source utility for network discovery and security auditing
2025-01-25 00:39:16 -05:00
obs-studio # Free and open source software for video recording and live streaming
2025-01-21 00:33:34 -05:00
qemu_kvm # Generic and open source machine emulator and virtualizer
2025-01-31 20:54:39 -05:00
soteria # Polkit authentication agent written in GTK designed to be used with any desktop environment
2025-01-27 14:48:20 -05:00
temurin-jre-bin-23 # Eclipse Temurin, prebuilt OpenJDK binary
temurin-jre-bin-8 # Eclipse Temurin, prebuilt OpenJDK binary
2025-02-08 20:56:26 -05:00
vlc # Cross-platform media player and streaming server
2024-12-11 23:37:08 -05:00
];
2024-12-17 10:18:06 -05:00
}