mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
9ef328f196
commit
3d5eff18b8
1 changed files with 56 additions and 55 deletions
|
@ -7,74 +7,75 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# development
|
# development
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||||
gcc
|
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
||||||
git
|
git # Distributed version control system
|
||||||
godot_4
|
godot_4 # Free and Open Source 2D and 3D game engine
|
||||||
gtk4
|
gtk4 # Multi-platform toolkit for creating graphical user interfaces
|
||||||
just
|
just # Handy way to save and run project-specific commands
|
||||||
meson
|
meson # Open source, fast and friendly build system made in Python
|
||||||
nodejs_23
|
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
|
||||||
pkg-config
|
pnpm # Fast, disk space efficient package manager for JavaScript
|
||||||
pnpm
|
vala # Compiler for GObject type system
|
||||||
vala
|
|
||||||
## language servers
|
## language servers
|
||||||
mesonlsp # Meson
|
mesonlsp # Meson
|
||||||
nil # Nix
|
nil # Nix
|
||||||
rust-analyzer # Rust
|
rust-analyzer # Rust
|
||||||
vala-language-server # Vala
|
vala-language-server # Vala
|
||||||
# games
|
# games
|
||||||
prismlauncher
|
prismlauncher # Free, open source launcher for Minecraft
|
||||||
steam-run
|
steam-run # Run commands in the same FHS environment that is used for Steam
|
||||||
uxn
|
uxn # Assembler and emulator for the Uxn stack machine
|
||||||
# graphics
|
# graphics
|
||||||
flameshot
|
flameshot # Powerful yet simple to use screenshot software
|
||||||
gimp
|
gimp # GNU Image Manipulation Program
|
||||||
imagemagick
|
imagemagick # Software suite to create, edit, compose, or convert bitmap images
|
||||||
krita
|
krita # Free and open source painting application
|
||||||
maim
|
maim # Command-line screenshot utility
|
||||||
# gtk
|
# gtk
|
||||||
posy-cursors
|
posy-cursors # Posy's Improved Cursors for Linux
|
||||||
pantheon.elementary-gtk-theme
|
pantheon.elementary-gtk-theme # GTK theme designed to be smooth, attractive, fast, and usable
|
||||||
# internet
|
# internet
|
||||||
nicotine-plus
|
nicotine-plus # Graphical client for the SoulSeek peer-to-peer system
|
||||||
vesktop
|
vesktop # Alternate client for Discord with Vencord built-in
|
||||||
yt-dlp
|
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
|
||||||
# system tools
|
# system tools
|
||||||
bat
|
bat # Cat(1) clone with syntax highlighting and Git integration
|
||||||
btop
|
btop # Monitor of resources
|
||||||
dconf-editor
|
dconf-editor # GSettings editor for GNOME
|
||||||
ffmpeg
|
ffmpeg # Complete, cross-platform solution to record, convert and stream audio and video
|
||||||
gparted
|
gparted # Graphical disk partitioning tool
|
||||||
home-manager
|
home-manager # Nix-based user environment configurator
|
||||||
hyfetch
|
hyfetch # neofetch with pride flags <3
|
||||||
kitty
|
kitty # Modern, hackable, featureful, OpenGL based terminal emulator
|
||||||
monitor
|
monitor # Manage processes and monitor system resources
|
||||||
wine
|
wine # Open Source implementation of the Windows API on top of X, OpenGL, and Unix
|
||||||
xclip
|
xclip # Tool to access the X clipboard from a console application
|
||||||
zellij
|
zellij # Terminal workspace with batteries included
|
||||||
# text editors
|
# text editors
|
||||||
neovim
|
neovim # Vim text editor fork focused on extensibility and agility
|
||||||
vscodium
|
vscodium # Open source source code editor developed by Microsoft for Windows, Linux and macOS (VS Code without MS branding/telemetry/licensing)
|
||||||
# audio
|
# audio
|
||||||
alsa-utils
|
alsa-utils # ALSA, the Advanced Linux Sound Architecture utils
|
||||||
audacity
|
audacity # Sound editor with graphical UI
|
||||||
mpc
|
mpc # Minimalist command line interface to MPD
|
||||||
pavucontrol
|
pavucontrol # PulseAudio Volume Control
|
||||||
playerctl
|
playerctl # Command-line utility and library for controlling media players that implement MPRIS
|
||||||
unstable.rmpc
|
reaper # Digital audio workstation
|
||||||
sunvox
|
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
|
||||||
# X11
|
# X11
|
||||||
hsetroot
|
hsetroot # Allows you to compose wallpapers ('root pixmaps') for X
|
||||||
nitrogen
|
nitrogen # Wallpaper browser and setter for X11
|
||||||
polybarFull
|
polybarFull # Fast and easy-to-use tool for creating status bars
|
||||||
rofi
|
rofi # Window switcher, run dialog and dmenu replacement
|
||||||
xcompmgr
|
xcompmgr #
|
||||||
xdotool
|
xdotool # Fake keyboard/mouse input, window management, and more
|
||||||
xorg.xev
|
xorg.xev #
|
||||||
xorg.xwininfo
|
xorg.xwininfo #
|
||||||
yambar
|
yambar # Modular status panel for X11 and Wayland
|
||||||
# misc
|
# misc
|
||||||
catppuccin-sddm
|
catppuccin-sddm # Soothing pastel theme for SDDM
|
||||||
nmap
|
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
||||||
|
nmap # Free and open source utility for network discovery and security auditing
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue