Update ffmac and Darwin to non-dbus
This commit is contained in:
+3
-3
@@ -6,12 +6,12 @@ let
|
||||
element-desktop
|
||||
slack
|
||||
];
|
||||
archPkgs = with pkgs; [
|
||||
armPkgs = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
in {
|
||||
home.packages = ( if ( pkgs.stdenv.hostPlatform.isDarwin ) then darwinPkgs else
|
||||
( if ( lib.hasPrefix "aarch64" pkgs.system ) then archPkgs else
|
||||
home.packages = ( if ( pkgs.stdenv.hostPlatform.isDarwin ) then darwinPkgs else
|
||||
( if ( lib.hasPrefix "aarch64" pkgs.system ) then armPkgs else
|
||||
( if ( lib.hasPrefix "x86_64" pkgs.system ) then x86Pkgs else [] )
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user