add freetube
This commit is contained in:
parent
34c546e4c5
commit
a003fc746b
1 changed files with 17 additions and 0 deletions
17
homes/palo/packages/media.nix
Normal file
17
homes/palo/packages/media.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
with pkgs;
|
||||
with lib;
|
||||
{
|
||||
|
||||
config = mkMerge [
|
||||
|
||||
(mkIf config.gui.enable {
|
||||
home.packages = [
|
||||
freetube
|
||||
];
|
||||
})
|
||||
{
|
||||
home.packages = [ ];
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue