sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
courge: nftables: open ssh on LAN
[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
8
#pkgs.ffmpeg_5-full
9
#pkgs.gnuplot
10
pkgs.inotify-tools
11
pkgs.opusTools
12
pkgs.podl
13
pkgs.sox
14
] ++ lib.optionals nixosConfig.services.xserver.enable [
15
pkgs.friture
16
#pkgs.jaaa
17
#pkgs.quisk
18
pkgs.tenacity
19
];
20
}