diff options
Diffstat (limited to 'home')
| -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 75c3b02..80979a6 100644 --- a/home/path.nix +++ b/home/path.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, unstable, ... }: +{ config, lib, pkgs, ... }: with lib; { home.packages = let @@ -35,7 +35,7 @@ with lib; { py.python pkgs.rustup pkgs.local.scripts - unstable.signal-desktop + pkgs.unstable.signal-desktop pkgs.socat pkgs.local.st pkgs.tdesktop |
