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

@ -4,6 +4,7 @@
inputs,
mainUser,
getPkgs,
getFlakePkg',
...
}:
let
@ -11,7 +12,7 @@ let
in
{
# quickshell stuff
environment.systemPackages =
user.packages =
getPkgs {
inherit (pkgs.kdePackages) qtbase qtdeclarative;
inherit (pkgs) wl-clipboard;
@ -46,7 +47,7 @@ in
swaync = "${getExe pkgs.swaynotificationcenter}";
swayidle =
let
niri = inputs.niri.packages.${pkgs.system}.niri-unstable;
niri = getFlakePkg' inputs.niri "niri-unstable";
systemctl = getExe' pkgs.systemd "systemctl";
in
''