mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/media: remove variable
This commit is contained in:
parent
9eb4bc1e5e
commit
ecf335add5
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
|
||||||
yt-dlp = pkgs.yt-dlp.override {
|
|
||||||
withAlias = true;
|
|
||||||
};
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
audacity # audio editing
|
audacity # audio editing
|
||||||
|
@ -28,6 +23,8 @@ in
|
||||||
shotwell # photo management
|
shotwell # photo management
|
||||||
sonixd # cloud-music-player
|
sonixd # cloud-music-player
|
||||||
soundkonverter # audio converter
|
soundkonverter # audio converter
|
||||||
yt-dlp # videao download
|
(yt-dlp.override {
|
||||||
|
withAlias = true;
|
||||||
|
}) # video download
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue