Regenerated

This commit is contained in:
2026-03-26 18:36:52 +00:00
parent 5da1502f8f
commit 1471b4efa5
20 changed files with 2761 additions and 1971 deletions
@@ -2,7 +2,7 @@
let
username = config.defaultUser or "henrov";
assetPath = "${flakeRoot}/assets/traveldroid/conf/hypr/";
assetPath = "${flakeRoot}/generated/.config/hypr/";
# Read all files in the asset directory
assetFiles = builtins.attrNames (builtins.readDir assetPath);
@@ -4,7 +4,7 @@ let
username = config.defaultUser or "henrov";
moduleName = "stylix";
assetPath = "${flakeRoot}/assets/traveldroid/conf/${moduleName}";
assetPath = "${flakeRoot}/generated/.config/${moduleName}";
assetFiles = builtins.attrNames (builtins.readDir assetPath);
# Same pattern as hyprland.nix (IMPORTANT)
@@ -3,7 +3,7 @@
let
# Use the config option defaultUser directly, fallback to "henrov"
username = config.defaultUser or "henrov";
assetPath = "${flakeRoot}/assets/traveldroid/conf/waybar";
assetPath = "${flakeRoot}/generated/.config/waybar";
in
{
# Install Waybar system-wide