adding app_image_path configuration #35

Merged
Richie merged 3 commits from feature/adding-app_image_path-configuration into main 2026-07-27 23:18:11 -04:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit ed8b653997 - Show all commits
+5
View File
@@ -0,0 +1,5 @@
{
home.sessionPath = [
"/home/richie/app_images/"
];
}
@@ -1,5 +1,6 @@
{
imports = [
../home/app_image_path.nix
../home/global.nix
../home/gui
];