From 93df208274a80edf461f5d36f3d0a8f63f83955d Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 6 Sep 2026 01:42:18 +0200 Subject: [PATCH] Move macbook config under hosts --- flake.nix | 2 +- configuration.nix => hosts/macbook.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename configuration.nix => hosts/macbook.nix (95%) diff --git a/flake.nix b/flake.nix index 73aab28..b82adc8 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ }; darwinConfigurations."MacBook-Pro-Macbook" = nix-darwin.lib.darwinSystem { modules = [ - ((import ./configuration.nix) self) + ((import ./hosts/macbook.nix) self) inputs.home-manager.darwinModules.home-manager { home-manager.useGlobalPkgs = true; diff --git a/configuration.nix b/hosts/macbook.nix similarity index 95% rename from configuration.nix rename to hosts/macbook.nix index 1939e33..4492486 100644 --- a/configuration.nix +++ b/hosts/macbook.nix @@ -1,5 +1,5 @@ self: { pkgs, ... }: { - imports = [ ./modules/options.nix ]; + imports = [ ../modules/options.nix ]; # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget