mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-09 07:03:08 +00:00
~
This commit is contained in:
parent
31500a22ec
commit
14a4f4d391
5 changed files with 760 additions and 26 deletions
31
nixos/packages.nix
Normal file
31
nixos/packages.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue