Fix on new file and content

This commit is contained in:
Laurent Gueret
2026-02-11 13:23:11 +01:00
parent e75b09a750
commit 6456c71f20
5 changed files with 21 additions and 22 deletions
@@ -3,8 +3,7 @@
home-manager.users.alistreaza = {
imports = [
(import-tree ./options)
(import-tree ./partials)
(import-tree ../../common)
];
home = {
@@ -12,6 +11,7 @@
homeDirectory = "/home/alistreaza";
};
# Apps
home.shell.zsh = true;
home.shell.git = true;
@@ -31,6 +31,8 @@
# Markdown Editor
home.editor.obsidian.enable = false;
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "25.11";
};
}