mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add zmenu
This commit is contained in:
parent
cb7e26983e
commit
2036170ce3
6 changed files with 223 additions and 29 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options.mods.desktop.media.enable =
|
||||
lib.mkEnableOption "enables entertainment programs";
|
||||
|
||||
|
|
@ -9,7 +14,7 @@
|
|||
pavucontrol
|
||||
|
||||
# Video
|
||||
stremio
|
||||
(callPackage ./packages/stremio-linux-shell.nix {})
|
||||
|
||||
# Podcasts
|
||||
gpodder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue