From 7239707e93af89f83f6f74bd328c9f58a7eacf0f Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Thu, 7 Aug 2025 17:47:52 -0700 Subject: [PATCH] fix: swap lftp for termcp --- nix/modules/desktop.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nix/modules/desktop.nix b/nix/modules/desktop.nix index 52a0f10..6f4398b 100644 --- a/nix/modules/desktop.nix +++ b/nix/modules/desktop.nix @@ -45,7 +45,7 @@ grim slurp swappy - lftp + termscp ]; programs.hyprland = { enable = true; @@ -89,12 +89,6 @@ xdg.configFile = { "hypr/hyprlock.conf".source = ../../custom/hyprlock/hyprlock.conf; }; - home.file = { - ".lftprc".text = '' - alias l ls - set default-protocol sftp - ''; - }; services.dunst = { enable = true; configFile = ../../custom/dunst/dunstrc;