nix-config/home/nsxiv/default.nix

6 lines
204 B
Nix
Raw Normal View History

2022-04-24 17:51:40 +02:00
{ config, pkgs, ... }:
# https://raw.githubusercontent.com/nsxiv/nsxiv/master/config.def.h
let config = builtins.readFile ./config.h;
in { home.packages = [ (pkgs.nsxiv.override { conf = config; }) ]; }