feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2023-12-17 17:39:56 +00:00
parent ee328f727b
commit a46dfaad61
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
17 changed files with 59 additions and 80 deletions

View file

@ -2,7 +2,7 @@
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# Define some paths for some program commonly used
# Define some paths for some commonly used programs
# Browsers
@ -26,3 +26,8 @@
@{opera_lib_dirs} = @{lib}/@{multiarch}/@{opera_name}
@{opera_path} = @{opera_lib_dirs}/@{opera_name}
# Emails
@{thunderbird_name} = thunderbird{,-bin}
@{thunderbird_lib_dirs} = @{lib}/@{thunderbird_name}
@{thunderbird_path} = @{bin}/@{thunderbird_name} @{thunderbird_lib_dirs}/@{thunderbird_name}