Flatpak modifcations for PCs

This commit is contained in:
Zonsopkomst 2023-11-14 22:26:27 -06:00
parent 8bff5d191b
commit b8dcc9d76d
4 changed files with 32 additions and 2 deletions

16
users/admin/flatpak.nix Normal file
View file

@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
services.flatpak.packages = [
"io.github.giantpinkrobots.flatsweep" # flatsweep
"com.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.github.dynobo.normcap" # NormCap
"org.js.nuclear.Nuclear" # Nuclear Music Player
"net.nokyan.Resources" # System Resource Monitor
"com.github.zocker_160.SyncThingy" # SyncThingy
"io.github.flattool.Warehouse" # Flatpak Warehouse
];
}

16
users/coleman/flatpak.nix Normal file
View file

@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
services.flatpak.packages = [
"io.github.giantpinkrobots.flatsweep" # flatsweep
"com.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.github.dynobo.normcap" # NormCap
"org.js.nuclear.Nuclear" # Nuclear Music Player
"net.nokyan.Resources" # System Resource Monitor
"com.github.zocker_160.SyncThingy" # SyncThingy
"io.github.flattool.Warehouse" # Flatpak Warehouse
];
}

View file

@ -13,7 +13,6 @@
element-desktop # Matrix Client
freetube # YouTube Front-End
gimp # GNU Image Manipulation Program
gnome-frog # Text extraction tool (OCR)
gnucash # Double Entry Accounting Software
gpodder # Podcast Manager
inkscape # Vector Graphics Editor

View file

@ -14,7 +14,6 @@
easytag # Music Tag Editor
freetube # YouTube Front-End
gnucash # Double Entry Accounting Software
gnome-frog # Text extraction tool (OCR)
gpodder # Podcast Manager
gretl # Econometric Analysis
gzdoom # Doom Clone based on ZDoom