nixos-config/modules/home-manager/ricing/hyprland/hyprpaper.nix
2024-07-11 20:41:43 +09:00

7 lines
77 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
hyprpaper
];
}