apps scope, pollute specialargs more, switch back to firefox

This commit is contained in:
atagen 2025-08-22 13:44:33 +10:00
parent 5003fc7953
commit 39ee6aa252
16 changed files with 253 additions and 366 deletions

View file

@ -1,16 +1,14 @@
{
pkgs,
scope,
getPkgs,
...
}:
scope "user.packages"
<| getPkgs {
inherit (pkgs)
libreoffice
thunderbird
obsidian
foliate
zathura
;
with pkgs;
scope "apps" {
officeSuite = libreoffice;
mailClient = thunderbird;
noteTaking = obsidian;
ebookReader = foliate;
pdfReader = zathura;
calculator = mate.mate-calc;
}