diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 14:25:53 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 14:54:38 +0200 |
commit | 7d56f48413c18b010450893e03809d37586aee3a (patch) | |
tree | 2feac0592c7be82eabf94897d1a3e17e93e0dfb6 /hm/soispha/pkgs/default.nix | |
parent | style(hm/pkgs/scripts): Reorder alphabetically (diff) | |
download | nixos-config-7d56f48413c18b010450893e03809d37586aee3a.zip |
feat(hm/pkgs/scrs/neorg): Add support for opening current task context
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 3 |
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 = [ |