hyprland: removed thunar and added nautilus as file manager

This commit is contained in:
Tigor Hutasuhut 2024-10-17 09:00:59 +07:00
parent 4ba2a6c647
commit 2fa91a97f9
2 changed files with 5 additions and 8 deletions

View file

@ -76,7 +76,7 @@ in
bind = [ bind = [
# Programs # Programs
''$mod, RETURN, exec, footclient'' ''$mod, RETURN, exec, footclient''
"$mod, E, exec, thunar" "$mod, E, exec, nautilus"
"$mod, B, exec, microsoft-edge" "$mod, B, exec, microsoft-edge"
"$mod, BackSpace, exec, wlogout" "$mod, BackSpace, exec, wlogout"
"$mod, S, exec, foot ssh homeserver@vpn.tigor.web.id" "$mod, S, exec, foot ssh homeserver@vpn.tigor.web.id"

View file

@ -5,13 +5,6 @@ let
in in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-volman
thunar-archive-plugin
];
};
programs.xfconf.enable = true; programs.xfconf.enable = true;
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
@ -20,6 +13,8 @@ in
}; };
services.gvfs.enable = true; # Mount, trash, and other functionalities services.gvfs.enable = true; # Mount, trash, and other functionalities
services.tumbler.enable = true; # Thumbnail support for images services.tumbler.enable = true; # Thumbnail support for images
programs.nautilus-open-any-terminal.enable = true;
services.gnome.sushi.enable = true; # File previewer
environment = { environment = {
sessionVariables = { sessionVariables = {
@ -31,6 +26,8 @@ in
poppler # .pdf filees poppler # .pdf filees
ffmpegthumbnailer # video thumbnailer ffmpegthumbnailer # video thumbnailer
mcomix # comicbook archives mcomix # comicbook archives
gnome.nautilus # file manager
gwenview gwenview
# Hyprland Programs # Hyprland Programs