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 = [
# Programs
''$mod, RETURN, exec, footclient''
"$mod, E, exec, thunar"
"$mod, E, exec, nautilus"
"$mod, B, exec, microsoft-edge"
"$mod, BackSpace, exec, wlogout"
"$mod, S, exec, foot ssh homeserver@vpn.tigor.web.id"

View file

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