Skip to content

Commit

Permalink
feat: moved darwin config into machines folder
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 17, 2023
1 parent f40bcfb commit 965948e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
darwinConfigurations."supernova" = darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [ ./modules/darwin/configuration.nix ];
modules = [ ./machines/supernova.nix ];
};
homeConfigurations = {
"carlos@supernova" = home-manager.lib.homeManagerConfiguration {
Expand Down
File renamed without changes.

0 comments on commit 965948e

Please sign in to comment.