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

15 lines
240 B
Nix

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