Regenerated
This commit is contained in:
@@ -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
|
||||
{
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user