Add media

This commit is contained in:
muon 2024-10-27 19:22:29 +00:00
parent bf4a80d7e6
commit c610556898
5 changed files with 47 additions and 39 deletions

View file

@ -8,6 +8,13 @@
pulseaudio
pavucontrol
# Video
stremio
# Interactive
bottles
mindustry
# Podcasts
gpodder
];

View file

@ -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

View file

@ -5,11 +5,7 @@
description = "enables proprietary steam software";
};
packages = lib.mkOption {
default = [
"steam"
"steam-original"
"steam-run"
];
default = [ "steam" "steam-original" "steam-run" "steam-unwrapped" ];
description = "unfree packages";
};
};