1
0
Fork 0

General: replace Chromium webapps with actual apps

This commit is contained in:
Aires 2024-11-15 09:08:25 -05:00
parent 6b5ac94862
commit 61df793f90
4 changed files with 10 additions and 3 deletions

View file

@ -71,8 +71,8 @@ in
packages = [
"com.github.tchx84.Flatseal"
"com.github.wwmm.easyeffects"
"io.github.elevenhsoft.WebApps"
"md.obsidian.Obsidian"
"org.chromium.Chromium"
"org.keepassxc.KeePassXC"
"org.mozilla.firefox"
];

View file

@ -90,8 +90,8 @@ in
packages = [
"com.github.tchx84.Flatseal"
"com.github.wwmm.easyeffects"
"io.github.elevenhsoft.WebApps"
"md.obsidian.Obsidian"
"org.chromium.Chromium"
"org.mozilla.firefox"
];

View file

@ -14,6 +14,7 @@ in
packages = [
"app.drey.EarTag"
"com.calibre_ebook.calibre"
"com.github.iwalton3.jellyfin-media-player"
"com.github.unrud.VideoDownloader"
"io.freetubeapp.FreeTube"
"org.kde.krita"

View file

@ -1,4 +1,9 @@
{ config, lib, ... }:
{
config,
lib,
pkgs,
...
}:
let
cfg = config.aux.system.apps.social;
@ -11,6 +16,7 @@ in
config = lib.mkIf cfg.enable {
aux.system = {
allowUnfree = true;
packages = [ pkgs.beeper ];
ui.flatpak = {
enable = true;
packages = [