From 96f5001448fa33bd3f66f9b455f553d99a00daf8 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 25 Mar 2026 18:08:43 +0000 Subject: [PATCH] Regenerated --- Droidnix/README.org | 7 +------ Droidnix/generated/users/henrov.nix | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index a2bdbd137..557c169ee 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1104,15 +1104,10 @@ in ]; home.file = { - # Ensure stylix directory exists with correct permissions - ".config/stylix/.keep" = { - source = null; # just create the directory - mode = "0755"; # rwx for owner, rx for group/others - }; - }; # Activation to ensure the directory is writable before symlinks home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' + mkdir -p $HOME/.config chmod u+rwx $HOME/.config ''; }; diff --git a/Droidnix/generated/users/henrov.nix b/Droidnix/generated/users/henrov.nix index 3e187dd3a..bd7f02bd5 100644 --- a/Droidnix/generated/users/henrov.nix +++ b/Droidnix/generated/users/henrov.nix @@ -29,15 +29,10 @@ in ]; home.file = { - # Ensure stylix directory exists with correct permissions - ".config/stylix/.keep" = { - source = null; # just create the directory - mode = "0755"; # rwx for owner, rx for group/others - }; - }; # Activation to ensure the directory is writable before symlinks home.activation.fixStylixPermissions = lib.hm.dag.entryAfter ["writeBoundary"] '' + mkdir -p $HOME/.config chmod u+rwx $HOME/.config ''; };