chore: disable zed, yt-dlp and autossh scripts
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
This commit is contained in:
@@ -27,6 +27,7 @@ lib.optionalAttrs device.hasGui {
|
|||||||
# ./vial.nix
|
# ./vial.nix
|
||||||
# ./vlc.nix
|
# ./vlc.nix
|
||||||
# ./vscode.nix
|
# ./vscode.nix
|
||||||
|
# ./zed.nix
|
||||||
|
|
||||||
./affine.nix
|
./affine.nix
|
||||||
./blueman.nix
|
./blueman.nix
|
||||||
@@ -44,7 +45,6 @@ lib.optionalAttrs device.hasGui {
|
|||||||
./vicinae.nix
|
./vicinae.nix
|
||||||
./wezterm.nix
|
./wezterm.nix
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
./zed.nix
|
|
||||||
./zen.nix
|
./zen.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
./tmux.nix
|
./tmux.nix
|
||||||
./uv.nix
|
./uv.nix
|
||||||
./yazi.nix
|
./yazi.nix
|
||||||
./yt-dlp.nix
|
# ./yt-dlp.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./yq.nix
|
./yq.nix
|
||||||
./codex.nix
|
./codex.nix
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
(mkScript ../scripts/yt-dlp.sh (with pkgs; [yt-dlp]))
|
# (mkScript ../scripts/yt-dlp.sh (with pkgs; [yt-dlp]))
|
||||||
(mkScript ../scripts/autossh.sh (with pkgs; [autossh openssh]))
|
# (mkScript ../scripts/autossh.sh (with pkgs; [autossh openssh]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user