diff options
Diffstat (limited to 'tv/2configs/bash.nix')
-rw-r--r-- | tv/2configs/bash.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/bash.nix b/tv/2configs/bash.nix index fe87aa8d7..40c0725ed 100644 --- a/tv/2configs/bash.nix +++ b/tv/2configs/bash.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; { programs.bash = { |