Fix on load in darwin configuration
This commit is contained in:
@@ -90,13 +90,13 @@
|
|||||||
modules = [
|
modules = [
|
||||||
nix-homebrew.darwinModules.nix-homebrew
|
nix-homebrew.darwinModules.nix-homebrew
|
||||||
(import-tree ./modules/system/darwin)
|
(import-tree ./modules/system/darwin)
|
||||||
|
|
||||||
(import-tree ./hosts/common)
|
(import-tree ./hosts/common)
|
||||||
(import-tree ./hosts/darwin/system)
|
(import-tree ./hosts/darwin/system)
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
|
|
||||||
(import-tree ./hosts/common)
|
(import-tree ./hosts/common)
|
||||||
(import-tree ./hosts/darwin/home)
|
(import-tree ./hosts/darwin/home)
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
home-manager.users.alistreaza = {
|
home-manager.users.alistreaza = {
|
||||||
imports = [
|
imports = [
|
||||||
(import-tree ../../../modules/home/common)
|
(import-tree ../../../modules/home/common)
|
||||||
(import-tree ../../../modules/home/darwin)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -11,7 +11,4 @@
|
|||||||
os.homebrew.obsidian.enable = true;
|
os.homebrew.obsidian.enable = true;
|
||||||
os.homebrew.microsoft.enable = true;
|
os.homebrew.microsoft.enable = true;
|
||||||
os.homebrew.keka.enable = true;
|
os.homebrew.keka.enable = true;
|
||||||
|
|
||||||
# System version
|
|
||||||
system.stateVersion = "25.11";
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ in
|
|||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
devenv
|
devenv
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ in
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
config.init.defaultBranch = "main";
|
|
||||||
settings = {
|
settings = {
|
||||||
user = {
|
user = {
|
||||||
name = "Laurent Gueret";
|
name = "Laurent Gueret";
|
||||||
|
|||||||
Reference in New Issue
Block a user