fix: swap lftp for termcp
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
lftp
|
termscp
|
||||||
];
|
];
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -89,12 +89,6 @@
|
|||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"hypr/hyprlock.conf".source = ../../custom/hyprlock/hyprlock.conf;
|
"hypr/hyprlock.conf".source = ../../custom/hyprlock/hyprlock.conf;
|
||||||
};
|
};
|
||||||
home.file = {
|
|
||||||
".lftprc".text = ''
|
|
||||||
alias l ls
|
|
||||||
set default-protocol sftp
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
services.dunst = {
|
services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configFile = ../../custom/dunst/dunstrc;
|
configFile = ../../custom/dunst/dunstrc;
|
||||||
|
|||||||
Reference in New Issue
Block a user