mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add vendor fetch
This commit is contained in:
parent
bf93912b39
commit
2d02ac206f
10 changed files with 360 additions and 46 deletions
|
|
@ -8,12 +8,11 @@
|
|||
vesktop-nogain = pkgs.vesktop.overrideAttrs (previousAttrs: {
|
||||
patches = previousAttrs.patches ++ [sources."vesktop.micfix".src];
|
||||
});
|
||||
|
||||
freetube-custom =
|
||||
(import sources.freetube.src {
|
||||
inherit (pkgs) system;
|
||||
config = pkgs.config;
|
||||
}).freetube;
|
||||
# freetube-custom =
|
||||
# (import sources.freetube.src {
|
||||
# inherit (pkgs) system;
|
||||
# config = pkgs.config;
|
||||
# }).freetube;
|
||||
in {
|
||||
options.mods.social.enable =
|
||||
lib.mkEnableOption "enables social media clients";
|
||||
|
|
@ -29,7 +28,8 @@ in {
|
|||
jami
|
||||
|
||||
# Video
|
||||
freetube-custom
|
||||
# freetube-custom
|
||||
freetube
|
||||
|
||||
# Security
|
||||
gcr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue