1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-09 07:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-11 23:37:08 -05:00
parent 31500a22ec
commit 14a4f4d391
5 changed files with 760 additions and 26 deletions

31
nixos/packages.nix Normal file
View file

@ -0,0 +1,31 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# system tools
bat
btop
ffmpeg
git
gparted
hyfetch
imagemagick
kitty
xclip
yt-dlp
zellij
# text editors
neovim
vscodium
# X11
hsetroot
nitrogen
polybar
rofi
xcompmgr
xdotool
xorg.xev
xorg.xwininfo
# misc
uxn
];
}