mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Browser] use vdhcoapp from offical NixOS repos!
This commit is contained in:
parent
66d9624e1e
commit
3ab3540676
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ with lib;
|
|||
let
|
||||
cfg = config.aviallon.desktop;
|
||||
generalCfg = config.aviallon.general;
|
||||
vdhcoapp = pkgs.nur.repos.milahu.vdhcoapp;
|
||||
vdhcoapp = pkgs.unstable.vdhcoapp;
|
||||
in {
|
||||
options.aviallon.desktop.browser = {
|
||||
firefox.overrides = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue