about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/pkgs/default.nix')
-rw-r--r--hm/soispha/pkgs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index f6a4efa0..78624d5c 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -4,10 +4,11 @@
   grades,
   system,
   flake_update,
+  config,
   ...
 }:
 with pkgs; let
-  shell-scripts = (import ./scripts.nix) {inherit pkgs sysLib;};
+  shell-scripts = (import ./scripts.nix) {inherit pkgs sysLib config;};
 
   Gui = {
     Terminals = [