From 4b5bb163ffad7b0d3caed02a4b9200191368ef4e Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sat, 20 Jul 2024 17:20:04 +0100 Subject: [PATCH] Install work packages --- config/home.nix | 2 ++ docs/Flatpak.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 docs/Flatpak.md diff --git a/config/home.nix b/config/home.nix index 8da0c2b..275d6a8 100644 --- a/config/home.nix +++ b/config/home.nix @@ -41,6 +41,7 @@ in { git grub2 hack-font + htop hugo i3 i3lock-fancy @@ -68,6 +69,7 @@ in { ranger rofi rofi-emoji + slack steam tldr unzip diff --git a/docs/Flatpak.md b/docs/Flatpak.md new file mode 100644 index 0000000..4717b8f --- /dev/null +++ b/docs/Flatpak.md @@ -0,0 +1,33 @@ +# Flatpak + +My instance uses [Flatpak](https://flatpak.org) for some of its applications, +specifically using the [Flathub](https://flathub.org) repository. + +It's not possible to have flathub and its applications auto install via the +configuration. So this document will describe my process I do when I need to +install myself. + +## Setup Flathub + +The Flathub repository is added as a remote using the following command: + +```bash +flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +``` + +And then restart the system to finish. + +## Install Packages + +My system uses the current flatpak packages: +- Outlook for Linux +- Portal for Teams + +You can install them via this command: + +```bash +flatpak install flathub com.github.mahmoudbahaa.outlook_for_linux +flatpak install flathub com.github.IsmaelMartinez.teams_for_linux +``` + +You will be able to run them via the rofi runner.