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

4 lines
84 B
Nix

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