mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-23 05:15:19 +08:00
darwin: fix
This commit is contained in:
parent
cde3db64de
commit
e95363bcc5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Configuration common to all macOS systems
|
||||
{ flake, ... }:
|
||||
{ flake, pkgs, ... }:
|
||||
let
|
||||
inherit (flake) config inputs;
|
||||
inherit (inputs) self;
|
||||
|
|
@ -13,6 +13,7 @@ in
|
|||
};
|
||||
home-manager.users.${config.me.username} = { };
|
||||
home-manager.sharedModules = [
|
||||
inputs.nix-index.homeManagerModules.${pkgs.system}.default
|
||||
self.homeModules.default
|
||||
self.homeModules.darwin-only
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue