dot_testing/modules/sxiv.nix

8 lines
90 B
Nix

{ lib, config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
sxiv
];
}