dotfiles/home/modules/misc/hyprland.nix
2025-01-08 01:05:45 -06:00

14 lines
199 B
Nix
Executable file

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