diff options
Diffstat (limited to '')
| -rw-r--r-- | home/path.nix (renamed from path.nix) | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -{ pkgs, local }: let +pkgs: let py = pkgs.python39Packages; in [ pkgs.calc @@ -18,7 +18,7 @@ in [ pkgs.rustup pkgs.signal-desktop pkgs.tdesktop - local.tmux-lift + pkgs.local.tmux-lift pkgs.units pkgs.unzip pkgs.zip |
