From 1401212e864f688edddc1864681434b30d3330a8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 5 May 2022 00:55:23 +0900 Subject: feat(home/research): move athens to research --- home/profiles/research/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'home/profiles/research/default.nix') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 511ba6b..7f19dd8 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -1,5 +1,7 @@ -{ config, lib, pkgs, ... }: -let cfg = config.profiles.research; +{ config, lib, pkgs, self, ... }: +let + cfg = config.profiles.research; + inherit (self.packages.x86_64-linux) athens; in { imports = [ ../../modules/programs/nixpkgs ]; @@ -50,6 +52,7 @@ in }; home.packages = [ + athens pkgs.texlive.combined.scheme-small pkgs.pandoc pkgs.obsidian -- cgit 1.4.1