Fix on load in darwin configuration

This commit is contained in:
Laurent Gueret
2026-02-11 16:38:00 +01:00
parent 7aaedb5ffa
commit 6fff8b634b
5 changed files with 3 additions and 8 deletions
-1
View File
@@ -3,7 +3,6 @@
home-manager.users.alistreaza = {
imports = [
(import-tree ../../../modules/home/common)
(import-tree ../../../modules/home/darwin)
];
home = {
-3
View File
@@ -11,7 +11,4 @@
os.homebrew.obsidian.enable = true;
os.homebrew.microsoft.enable = true;
os.homebrew.keka.enable = true;
# System version
system.stateVersion = "25.11";
}