flake/users/guanranwang/home-manager/resources/wm/components/swww.nix

3 lines
54 B
Nix

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