Regenerated
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# --- 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
|
||||
username = config.defaultUser or "henrov";
|
||||
basePath = "${flakeRoot}/generated/.config";
|
||||
assetPath = "${flakeRoot}/generated/.config/hypr";
|
||||
basePath = "${repoPath}/generated/.config";
|
||||
assetPath = "${repoPath}/generated/.config/hypr";
|
||||
in
|
||||
{
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user