mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add media
This commit is contained in:
parent
bf4a80d7e6
commit
c610556898
5 changed files with 47 additions and 39 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
vesktop-nogain = (pkgs.vesktop.overrideAttrs (previousAttrs: {
|
||||
patches = previousAttrs.patches ++ [
|
||||
(builtins.fetchurl {
|
||||
|
|
@ -15,7 +15,7 @@ in {
|
|||
config = lib.mkIf config.mods.social.enable {
|
||||
home.packages = with pkgs; [
|
||||
# Communication
|
||||
kotatogram-desktop
|
||||
# kotatogram-desktop
|
||||
signal-desktop
|
||||
vesktop-nogain
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue