chore: disable zed, yt-dlp and autossh scripts
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
2026-03-09 16:27:53 +05:30
parent 3b23c25509
commit d4d9e715ff
3 changed files with 4 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ lib.optionalAttrs device.hasGui {
# ./vial.nix
# ./vlc.nix
# ./vscode.nix
# ./zed.nix
./affine.nix
./blueman.nix
@@ -44,7 +45,6 @@ lib.optionalAttrs device.hasGui {
./vicinae.nix
./wezterm.nix
./zathura.nix
./zed.nix
./zen.nix
];
}

View File

@@ -80,7 +80,7 @@
./tmux.nix
./uv.nix
./yazi.nix
./yt-dlp.nix
# ./yt-dlp.nix
./zoxide.nix
./yq.nix
./codex.nix

View File

@@ -40,7 +40,7 @@ in {
'';
}
)
(mkScript ../scripts/yt-dlp.sh (with pkgs; [yt-dlp]))
(mkScript ../scripts/autossh.sh (with pkgs; [autossh openssh]))
# (mkScript ../scripts/yt-dlp.sh (with pkgs; [yt-dlp]))
# (mkScript ../scripts/autossh.sh (with pkgs; [autossh openssh]))
];
}