This commit is contained in:
2026-03-16 12:14:02 -05:00
parent 3e6e975ce5
commit de8ec35cbb
2 changed files with 2 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ in
with pkgs.${namespace}; with pkgs.${namespace};
[ [
# librepods # librepods
librepods-beta
] ]
++ (with pkgs; [ ++ (with pkgs; [
bolt-launcher bolt-launcher

View File

@@ -84,6 +84,6 @@ in
] ]
++ (with pkgs.${namespace}; [ ++ (with pkgs.${namespace}; [
discord-krisp discord-krisp
librepods-beta # librepods-beta
]); ]);
} }