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

4 lines
54 B
Nix
Raw Normal View History

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