nix/modules/hypr/misc/default.nix

13 lines
195 B
Nix
Raw Normal View History

2024-09-16 20:37:19 +02:00
{pkgs,...}: {
home-manager.users.joy = {
home.packages = with pkgs; [
pwvucontrol
grim
slurp
hyprpicker
swappy
playerctl
];
};
}