nixos/modules/home-manager/homepackages.nix
2025-11-19 09:35:59 -08:00

14 lines
215 B
Nix

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