mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 18:24:41 +02:00
remove all unstable programs
This commit is contained in:
parent
a4f4996fde
commit
d428ae6ab7
4 changed files with 5 additions and 14 deletions
|
@ -1,6 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
yt-dlp = pkgs.yt-dlp.override {
|
||||
withAlias = true;
|
||||
};
|
||||
|
@ -16,7 +15,7 @@ in
|
|||
image_optim
|
||||
imagemagick
|
||||
inkscape
|
||||
unstable.mat2 # metadata-cleaning
|
||||
mat2 # metadata-cleaning
|
||||
mediaelch
|
||||
mp3gain
|
||||
mp3splt # splitting mp3 files
|
||||
|
@ -26,6 +25,7 @@ in
|
|||
projectm # visualization of music
|
||||
puddletag # audio tagging
|
||||
shotwell # photo management
|
||||
sonixd # cloud-music-player
|
||||
soundkonverter
|
||||
yt-dlp
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue