fix: swap lftp for termcp

This commit is contained in:
2025-08-07 17:47:52 -07:00
parent d89abf9ded
commit 7239707e93

View File

@@ -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;