fixing permissions because of changes postUserActivation
This commit is contained in:
@ -100,7 +100,7 @@ in
|
||||
{ path = "/Applications/Fantastical.app/"; }
|
||||
# { path = "${pkgs.alacritty}/Applications/Alacritty.app/"; }
|
||||
{ path = "/Applications/Spotify.app/"; }
|
||||
{ path = "/Applications/Safari.app/"; }
|
||||
{ path = "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/"; }
|
||||
{ path = "/System/Applications/Photos.app/"; }
|
||||
{ path = "/System/Applications/System Settings.app/"; }
|
||||
{ path = "/Applications/Signal.app/"; }
|
||||
@ -111,11 +111,11 @@ in
|
||||
options = "-l Jellyfin";
|
||||
}
|
||||
{ path = "/Applications/Visual Studio Code.app/"; }
|
||||
{ path = "/Applications//Home Assistant.app/"; }
|
||||
{ path = "/Applications//Remarkable.app/"; }
|
||||
{ path = "/Applications/Home Assistant.app/"; }
|
||||
{ path = "/Applications/reMarkable.app/"; }
|
||||
{ path = "/Applications/LibreOffice.app/"; }
|
||||
{ path = "/Applications/Microsoft Word.app/"; }
|
||||
{ path = "/Applications/Microsoft Powerpoint.app/"; }
|
||||
{ path = "/Applications/Microsoft PowerPoint.app/"; }
|
||||
{ path = "/Applications/Microsoft Teams.app/"; }
|
||||
{ path = "/System/Applications/Utilities/Screen Sharing.app/"; }
|
||||
{
|
||||
@ -135,7 +135,7 @@ in
|
||||
}
|
||||
{
|
||||
# path = "${config.users.users.${user}.home}/.local/share/downloads";
|
||||
path = "${config.users.users.${user}.home}/Downloads";
|
||||
path = "${config.users.users.${user}.home}/Downloads/";
|
||||
section = "others";
|
||||
options = "--sort name --view grid --display stack";
|
||||
}
|
||||
|
Reference in New Issue
Block a user