Unknown Changes

This commit is contained in:
Jack Mechem 2025-11-19 09:35:59 -08:00
parent 3108b3753d
commit 0ab24e1a02
6 changed files with 42 additions and 6 deletions

View file

@ -0,0 +1,14 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
lua-language-server
nil
stylua
lunar-client
];
}