dotfiles/home/modules/misc/hyprland.nix

14 lines
191 B
Nix
Raw Normal View History

2025-01-08 01:05:45 -06:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
wl-clipboard
wpaperd
swaylock
playerctl
2025-01-08 19:06:14 -06:00
hyprshot
2025-01-08 01:05:45 -06:00
;
};
}