mirror of
https://github.com/nix-community/home-manager
synced 2024-12-28 04:39:48 +01:00
abook: remove platform linux assertion
Abook is also available on other platforms, e.g., Darwin.
This commit is contained in:
parent
5e2f47c5a5
commit
9ae941a4cf
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
assertions =
|
||||
[ (hm.assertions.assertPlatform "programs.abook" pkgs platforms.linux) ];
|
||||
|
||||
home.packages = [ pkgs.abook ];
|
||||
|
||||
xdg.configFile."abook/abookrc" = mkIf (cfg.extraConfig != "") {
|
||||
|
|
Loading…
Reference in a new issue