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

5 lines
85 B
Nix
Raw Normal View History

{pkgs, ...}: {
2023-11-09 17:14:03 +00:00
imports = [./wallpaper.nix];
home.packages = with pkgs; [swww];
}