nix-darwin: add system module for nix-darwin
This commit is contained in:
parent
f247b3b99b
commit
a9a4fb641f
2 changed files with 52 additions and 0 deletions
|
|
@ -830,6 +830,17 @@ in
|
|||
A new module is available: 'programs.afew'.
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
time = "2018-11-19T00:40:34+00:00";
|
||||
message = ''
|
||||
A new nix-darwin module is available. Use it the same way the NixOS
|
||||
module is used. A major limitation is that Home Manager services don't
|
||||
work, as they depend explicitly on Linux and systemd user services.
|
||||
However, 'home.file' and 'home.packages' do work. Everything else is
|
||||
untested at this time.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue