about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-05-05 00:55:23 +0900
committersefidel <contact@sefidel.net>2022-05-05 00:55:23 +0900
commit1401212e864f688edddc1864681434b30d3330a8 (patch)
treef7a7b9215ae55ce51c552196231a91aebdfdc414 /home
parentd66ac0de80719895b853d9bfc6d0e3d33cb35490 (diff)
downloadnixrc-1401212e864f688edddc1864681434b30d3330a8.tar.gz
nixrc-1401212e864f688edddc1864681434b30d3330a8.zip
feat(home/research): move athens to research
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix3
-rw-r--r--home/profiles/research/default.nix7
2 files changed, 6 insertions, 4 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 082e205..268f7a4 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -4,7 +4,7 @@ let
 
   neotheme = config.neotheme;
 
-  inherit (self.packages.x86_64-linux) athens neovim;
+  inherit (self.packages.x86_64-linux) neovim;
 in
 {
   imports = [
@@ -65,7 +65,6 @@ in
     home.keyboard.layout = "us";
     home.packages = [
       # Sway
-      athens
       pkgs.autotiling
       pkgs.swaylock-effects
       pkgs.swaybg
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