diff options
Diffstat (limited to 'home/path.nix')
| -rw-r--r-- | home/path.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/path.nix b/home/path.nix index 57dd6fb..75c3b02 100644 --- a/home/path.nix +++ b/home/path.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, unstable, ... }: with lib; { home.packages = let @@ -35,7 +35,7 @@ with lib; { py.python pkgs.rustup pkgs.local.scripts - pkgs.signal-desktop + unstable.signal-desktop pkgs.socat pkgs.local.st pkgs.tdesktop |
