From ff4438867cd9aee5691d8224db26f6a32b4a9a22 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Thu, 14 Aug 2025 00:46:48 -0400 Subject: [PATCH] Updates --- modules/home/home.nix | 9 ++++++++- modules/home/hyprland/desktop-env.nix | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/modules/home/home.nix b/modules/home/home.nix index d916dd0..93eb23a 100755 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -91,7 +91,14 @@ }; xdg = { - # Normal expected directories + enable = true; + configFile."user-dirs.conf" = { + text = '' + enabled=True + filename_encoding=UTF-8 + ''; + force = true; # This forces overwrite of existing content + }; userDirs = { enable = true; createDirectories = true; diff --git a/modules/home/hyprland/desktop-env.nix b/modules/home/hyprland/desktop-env.nix index 8ffef19..3e26143 100644 --- a/modules/home/hyprland/desktop-env.nix +++ b/modules/home/hyprland/desktop-env.nix @@ -52,6 +52,11 @@ # onlyoffice-bin # Alternative office suite ]; + xdg.configFile."Thunar/thunarrc".text = '' + [Configuration] + DefaultView=ThunarDetailsView + ''; + # XDG MIME associations for seamless integration xdg.mimeApps = { enable = true;