Rename folders coherently

This commit is contained in:
Laurent Gueret
2026-01-27 15:57:56 +01:00
parent 03a8e36d4b
commit 3975dce418
25 changed files with 105 additions and 96 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
imports = [ ../home.nix ];
home = {
username = "alistreaza";
homeDirectory = "/home/alistreaza";
};
}
+3
View File
@@ -0,0 +1,3 @@
{
home-manager.users.alistreaza = import ./alistreaza.nix;
}