sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
oignon: uninstall chromium
[julm/julm-nix.git]
/
home-manager
/
profiles
/
audio.nix
1
{ pkgs, lib, nixosConfig, ... }:
2
{
3
imports = [
4
./yt-dlp.nix
5
];
6
home.packages = [
7
pkgs.ffmpeg_5-full
8
#pkgs.gnuplot
9
pkgs.inotify-tools
10
pkgs.opusTools
11
pkgs.podl
12
pkgs.sox
13
] ++ lib.optionals nixosConfig.services.xserver.enable [
14
pkgs.friture
15
#pkgs.jaaa
16
#pkgs.quisk
17
pkgs.tenacity
18
];
19
}