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

5 lines
84 B
Nix
Raw Normal View History

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