Regenerated

This commit is contained in:
2026-03-26 17:59:14 +00:00
parent 9cd68fea7f
commit 5da1502f8f
5 changed files with 46 additions and 48 deletions
@@ -1,4 +1,4 @@
{ lib, pkgs, config, ... }:
{ lib, pkgs, config, flakeRoot... }:
let
#################################
@@ -10,7 +10,7 @@ let
#################################
# Paths to assets
#################################
assetPath = ../../../assets/traveldroid/conf/${moduleName};
assetPath = "${flakeRoot}/.config/kitty";
programFiles = builtins.readDir assetPath;
# Convert asset files into a nix attribute set
@@ -5,7 +5,7 @@ let
username = config.defaultUser or "henrov";
# Path to the starship config in assets
starshipConfSrc = "${flakeRoot}/assets/traveldroid/conf/starship.toml";
starshipConfSrc = "${flakeRoot}/generated/.config/starship.toml";
in
{
#################################