diff --git a/nix/modules/desktop.nix b/nix/modules/desktop.nix index 52a0f10..6f4398b 100644 --- a/nix/modules/desktop.nix +++ b/nix/modules/desktop.nix @@ -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;