flake/users/guanranwang/home-manager/modules/wm/components/swww.nix
2023-11-15 20:55:27 +08:00

4 lines
85 B
Nix

{pkgs, ...}: {
imports = [./wallpaper.nix];
home.packages = with pkgs; [swww];
}