From 4ba7789a223567559f8752aea19a05c2ea640683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Fri, 1 Nov 2019 07:29:57 +0100 Subject: [PATCH] install rank_photos --- config/packages/rank_photos.nix | 10 ++++++++++ home.nix | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 config/packages/rank_photos.nix diff --git a/config/packages/rank_photos.nix b/config/packages/rank_photos.nix new file mode 100644 index 0000000..f02482e --- /dev/null +++ b/config/packages/rank_photos.nix @@ -0,0 +1,10 @@ +{ pkgs, config, lib, ...}: + +{ + + home.packages = with pkgs; [ + dan.rank_photos + ]; + + +} diff --git a/home.nix b/home.nix index b3ae726..0035116 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,12 @@ # target = ".config/nixpkgs/overlays"; #}; - imports = [ ./config/xsession/xsession.nix ./config/computer/laptop.nix]; + imports = [ + ./config/xsession/xsession.nix + ./config/computer/laptop.nix + + ./config/packages/rank_photos.nix + ]; home.packages = with pkgs; [ libguestfs