feat: add lftp

This commit is contained in:
2025-08-07 14:17:29 -07:00
parent 1344c4ac9e
commit d89abf9ded
2 changed files with 16 additions and 10 deletions

View File

@@ -45,6 +45,7 @@
grim
slurp
swappy
lftp
];
programs.hyprland = {
enable = true;
@@ -88,6 +89,12 @@
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;

View File

@@ -17,8 +17,7 @@ in
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
history.size = 1000;
envExtra =
''
envExtra = ''
export PATH="$PATH:$HOME/.rokit/bin"
export GOPATH="$HOME/go"
export GOBIN="$HOME/go/bin"