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;
|
||||
|
||||
Reference in New Issue
Block a user