nixos/old/home-manager/roles/desktop/tiling/apps/swaybg.nix

8 lines
67 B
Nix
Raw Normal View History

2025-12-09 18:27:15 -05:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
swaybg
];
}