mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
split nixos from darwin
required because they don't share all attributes
This commit is contained in:
@ -7,6 +7,9 @@ nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { };
|
||||
modules = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
../../nixos
|
||||
globals
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
@ -42,8 +45,5 @@ nixpkgs.lib.nixosSystem {
|
||||
nixlang.enable = true;
|
||||
dotfiles.enable = true;
|
||||
}
|
||||
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user