add file manager GUI

This commit is contained in:
Yan Lin 2025-11-05 03:13:34 +01:00
parent 9166915847
commit a0e0c471c9

View file

@ -386,8 +386,18 @@
adwaita-qt adwaita-qt
adwaita-qt6 adwaita-qt6
grimblast grimblast
xfce.thunar
]; ];
# Hyprland-specific shell configuration
programs.zsh.initContent = ''
# Open current directory in Thunar file manager (background)
open() {
thunar "''${1:-.}" &>/dev/null &
disown
}
'';
# Cursor theme configuration # Cursor theme configuration
home.pointerCursor = { home.pointerCursor = {
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";