hyprland: removed thunar and added nautilus as file manager
This commit is contained in:
parent
4ba2a6c647
commit
2fa91a97f9
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue