fix applications in spotlight
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, osConfig, ... }:
|
||||
|
||||
{
|
||||
options.lumpiastyHome.macos = lib.mkEnableOption "Macos specific things";
|
||||
|
||||
config = lib.mkIf config.lumpiastyHome.macos {
|
||||
targets.darwin.copyApps.enable = true;
|
||||
targets.darwin.linkApps.enable = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user