Regenerated
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
{ lib, config, pkgs, flakeRoot, ... }:
|
||||
{ lib, config, pkgs, repoPath, ... }:
|
||||
|
||||
let
|
||||
# Default username fallback
|
||||
username = config.defaultUser or "henrov";
|
||||
|
||||
# Path to the starship config in assets
|
||||
starshipConfSrc = "${flakeRoot}/generated/.config/starship.toml";
|
||||
starshipConfSrc = "${repoPath}/generated/.config/starship.toml";
|
||||
in
|
||||
{
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user