Rename macos and core modules to system and system/darwin

This commit is contained in:
larstvei 2025-08-23 15:28:17 +02:00
parent 85429dcf7e
commit 329882275b
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ emacs-larstvei, ... }: { emacs-larstvei, ... }:
{ {
imports = [ imports = [
../../modules/core.nix ../../system
../../modules/macos.nix ../../system/darwin
]; ];
home-manager = { home-manager = {

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
fonts.packages = import ../home/fonts { inherit pkgs; }; fonts.packages = import ../../home/fonts { inherit pkgs; };
users.users = { users.users = {
larstvei = { larstvei = {