mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 12:50:12 +00:00
Rename macos and core modules to system and system/darwin
This commit is contained in:
parent
85429dcf7e
commit
329882275b
@ -1,8 +1,8 @@
|
||||
{ emacs-larstvei, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/core.nix
|
||||
../../modules/macos.nix
|
||||
../../system
|
||||
../../system/darwin
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
fonts.packages = import ../home/fonts { inherit pkgs; };
|
||||
fonts.packages = import ../../home/fonts { inherit pkgs; };
|
||||
|
||||
users.users = {
|
||||
larstvei = {
|
Loading…
Reference in New Issue
Block a user