Files
nix-config/home/pc/common/packages.nix
T
autumn-the-kitty-cat 1b771db0c8 feat: switch over to a neovim cofeat & fix & refactor: so many things. listed in desc
switch over to a neovim configuration in lua, btrtile for dwl, remove
unnecessary things, some browser addons, rofimoji, fix february flake
2026-03-08 04:50:14 -04:00

36 lines
466 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
audacity
bitwarden-desktop
cava
cmus
fd
file
ffmpeg
fzf
gimp3-with-plugins
grim
killall
krita
lazygit
libreoffice
libresprite
man-pages
man-pages-posix
obs-studio
python3
ripgrep
rusty-man
slurp
tor-browser
unzip
vial
virtualboxKvm
vlc
wl-clipboard
xdg-desktop-portal
xdg-desktop-portal-wlr
];
}