Use stable chromium for vesktop

This commit is contained in:
DashieTM 2025-02-15 23:55:33 +01:00
parent 693d4e3c70
commit e214c4eb70
2 changed files with 7 additions and 3 deletions

View file

@ -9,6 +9,7 @@
mod,
pkgs,
root,
alternativePkgs,
...
}: {
xdg = {
@ -22,7 +23,7 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit inputs root additionalInputs;
inherit inputs root additionalInputs alternativePkgs;
};
users.${config.conf.username} = {