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, ... }:
|
{ emacs-larstvei, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/core.nix
|
../../system
|
||||||
../../modules/macos.nix
|
../../system/darwin
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
@ -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 = {
|
Loading…
Reference in New Issue
Block a user