reorganized boot

This commit is contained in:
lsoriano-mcm
2025-08-07 14:43:11 -05:00
parent caada5a969
commit c11b7205bd
8 changed files with 163 additions and 367 deletions
+5 -5
View File
@@ -34,11 +34,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
matugen = {
url = "github:/InioX/Matugen";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
@@ -56,6 +51,7 @@
flake-utils,
home-manager,
darwin,
chaotic,
...
} @ inputs: let
config = import ./config.nix;
@@ -82,6 +78,8 @@
system = "x86_64-linux";
specialArgs = mkArgs "x86_64-linux";
modules = [
chaotic.nixosModules.default
home-manager.nixosModules.home-manager
./hosts/hakase/configuration.nix
];
};
@@ -95,6 +93,7 @@
extraSpecialArgs = mkArgs "x86_64-linux";
};
modules = [
home-manager.nixosModules.home-manager
./home/hakase.nix
];
};
@@ -105,6 +104,7 @@
system = "aarch64-darwin";
specialArgs = mkArgs "aarch64-darwin";
modules = [
home-manager.darwinModules.home-manager
./hosts/macos/darwin.nix
];
};