mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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
|
let
|
||||||
cfg = config.aviallon.desktop;
|
cfg = config.aviallon.desktop;
|
||||||
generalCfg = config.aviallon.general;
|
generalCfg = config.aviallon.general;
|
||||||
vdhcoapp = pkgs.nur.repos.milahu.vdhcoapp;
|
vdhcoapp = pkgs.unstable.vdhcoapp;
|
||||||
in {
|
in {
|
||||||
options.aviallon.desktop.browser = {
|
options.aviallon.desktop.browser = {
|
||||||
firefox.overrides = mkOption {
|
firefox.overrides = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue