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, ... }:
{
imports = [
../../modules/core.nix
../../modules/macos.nix
../../system
../../system/darwin
];
home-manager = {

View File

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