about summary refs log tree commit diff
path: root/home/profiles/base
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/base
parent65700539ea4bb6866fdd08b69eca29a19d19a3fc (diff)
downloadnixrc-2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b.tar.gz
nixrc-2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b.zip
project!: disambiguate nix,nixpkgs options
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index f654bd4..7405aac 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -6,7 +6,7 @@ let
 in
 {
   imports = [
-    ../../modules/programs/nixpkgs
+    ../../../modules/nixpkgs.nix
     ../../modules/programs/zshell
     #../../modules/programs/zellij
   ];