feat: add lftp
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user