about summary refs log tree commit diff
path: root/home/profiles/communication
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-15 13:21:14 +0900
committersefidel <contact@sefidel.net>2024-01-15 13:21:14 +0900
commit2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b (patch)
treef01a046eaea71bce6021bd9c9b8c36930696a771 /home/profiles/communication
parent65700539ea4bb6866fdd08b69eca29a19d19a3fc (diff)
downloadnixrc-2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b.tar.gz
nixrc-2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b.zip
project!: disambiguate nix,nixpkgs options
Diffstat (limited to 'home/profiles/communication')
-rw-r--r--home/profiles/communication/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix
index 32dbb72..d257c8d 100644
--- a/home/profiles/communication/default.nix
+++ b/home/profiles/communication/default.nix
@@ -17,7 +17,7 @@ let
   fixSopsPrefix = x: y: builtins.replaceStrings [ "%r" ] [ "/run/user/${toString x}" ] y;
 in
 {
-  imports = [ ../../modules/programs/nixpkgs ];
+  imports = [ ../../../modules/nixpkgs.nix ];
 
   options.profiles.communication = {
     enable = lib.mkEnableOption