Nixifying flatpak

This commit is contained in:
Zonsopkomst 2023-11-11 16:58:23 -06:00
parent fd1b808356
commit be4d7b7315
3 changed files with 9 additions and 11 deletions

View File

@ -6,6 +6,7 @@
* Flatpak Instructions
** Install Packages
*** `flatpak install NAME`
*** `flatpak update`
*** Or nixify by declaring under `/flake/users/$USERNAME/flatpak.nix`
| Description | Name (Alphabetical) |
@ -31,10 +32,4 @@
| net.mkiol.SpeechNote | Speech Note |
| com.github.zocker_160.SyncThingy | SyncThingy |
| com.tdameritrade.ThinkOrSwim | TD Ameritrade Platform |
| io.github.flattool.Warehouse | Warehouse |
** Install all above applications using the following command:
*** ```flatpak install flathub eu.betterbird.Betterbird info.beyondallreason.bar com.brave.Browser com.github.cassidyjames.clairvoyant com.github.dynobo.normcap io.github.giantpinkrobots.flatsweep github.tchx84.Flatseal io.github.prateekmedia.appimagepool io.gitlab.gregorni.Calligraphy org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark com.heroicgameslauncher.hgl org.kde.labplot2 com.icons8.Lunacy org.openfodder.OpenFodder io.missioncenter.MissionCenter com.github.k4zmu2a.spacecadetpinball com.github.zocker_160.SyncThingy com.tdameritrade.ThinkOrSwim net.mkiol.SpeechNote io.github.flattool.Warehouse```
** Update Packages
*** `flatpak update`
| io.github.flattool.Warehouse | Flatpak Warehouse |

View File

@ -14,9 +14,11 @@
| "github.tchx84.Flatseal" # Flatseal Flatpak Manager
"org.gtk.Gtk3theme.adw-gtk3" # Gnome Theme
"org.gtk.Gtk3theme.adw-gtk3-dark" # Gnome Theme
"io.missioncenter.MissionCenter" # Mission Center
"com.heroicgameslauncher.hgl" # Heroic Games Launcher
"org.js.nuclear.Nuclear" # Nuclear Music Player
"net.nokyan.Resources" # System Resource Monitor
"com.github.zocker_160.SyncThingy" # SyncThingy
"com.github.zocker_160.SyncThingy" # SyncThingy
"io.github.flattool.Warehouse" # Flatpak Warehouse
];
}

View File

@ -1,4 +1,3 @@
# Added 10/25
{ config, pkgs, ... }:
{
@ -11,11 +10,13 @@
"com.brave.Browser" # Brave Browser
"com.github.cassidyjames.clairvoyant" # Clairvoyant Magic 8 Ball
"io.github.giantpinkrobots.flatsweep" # flatsweep
| "github.tchx84.Flatseal" # Flatseal Flatpak Manager
"github.tchx84.Flatseal" # Flatseal Flatpak Manager
"org.gtk.Gtk3theme.adw-gtk3" # Gnome Theme
"org.gtk.Gtk3theme.adw-gtk3-dark" # Gnome Theme
"io.missioncenter.MissionCenter" # Mission Center
"org.js.nuclear.Nuclear" # Nuclear Music Player
"net.nokyan.Resources" # System Resource Monitor
"com.github.zocker_160.SyncThingy" # SyncThingy
"com.github.zocker_160.SyncThingy" # SyncThingy
"io.github.flattool.Warehouse" # Flatpak Warehouse
];
}