Fix homepackages

This commit is contained in:
Jack Mechem 2026-01-27 16:23:05 -08:00
parent 07e36ccdb4
commit 4c3738a3d2

View file

@ -0,0 +1,22 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
lua-language-server
nil
nixfmt-rfc-style
stylua
lunar-client
discord
spotify
pavucontrol
zoom-us
];
}