remove termscp
This commit is contained in:
parent
80c3d96edb
commit
9b7f421616
3 changed files with 0 additions and 26 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
../../modules/ssh.nix
|
../../modules/ssh.nix
|
||||||
../../modules/git.nix
|
../../modules/git.nix
|
||||||
../../modules/lazygit.nix
|
../../modules/lazygit.nix
|
||||||
../../modules/termscp.nix
|
|
||||||
../../modules/rsync.nix
|
../../modules/rsync.nix
|
||||||
../../modules/btop.nix
|
../../modules/btop.nix
|
||||||
../../modules/firefox.nix
|
../../modules/firefox.nix
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
../../modules/ssh.nix
|
../../modules/ssh.nix
|
||||||
../../modules/git.nix
|
../../modules/git.nix
|
||||||
../../modules/lazygit.nix
|
../../modules/lazygit.nix
|
||||||
../../modules/termscp.nix
|
|
||||||
../../modules/rsync.nix
|
../../modules/rsync.nix
|
||||||
../../modules/btop.nix
|
../../modules/btop.nix
|
||||||
../../modules/claude-code.nix
|
../../modules/claude-code.nix
|
||||||
|
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Install termscp package
|
|
||||||
home.packages = [ pkgs.termscp ];
|
|
||||||
home.file.${if pkgs.stdenv.isDarwin then "Library/Application Support/termscp/config.toml" else ".config/termscp/config.toml"}.text = ''
|
|
||||||
# termscp configuration file
|
|
||||||
# Generated by Nix - see modules/termscp.nix for customization
|
|
||||||
|
|
||||||
[user_interface]
|
|
||||||
text_editor = "${config.home.homeDirectory}/.nix-profile/bin/nvim"
|
|
||||||
default_protocol = "SFTP"
|
|
||||||
show_hidden_files = true
|
|
||||||
check_for_updates = true
|
|
||||||
prompt_on_file_replace = true
|
|
||||||
notifications = false
|
|
||||||
notification_threshold = 536870912
|
|
||||||
|
|
||||||
[remote]
|
|
||||||
ssh_config = "${config.home.homeDirectory}/.ssh/config"
|
|
||||||
|
|
||||||
[remote.ssh_keys]
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue