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

4 lines
84 B
Nix

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