dotfiles/home/modules/misc/hyprland.nix
2025-01-08 19:06:14 -06:00

13 lines
191 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
wl-clipboard
wpaperd
swaylock
playerctl
hyprshot
;
};
}