Use stable chromium for vesktop
This commit is contained in:
parent
693d4e3c70
commit
e214c4eb70
2 changed files with 7 additions and 3 deletions
|
|
@ -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} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue