apps scope, pollute specialargs more, switch back to firefox
This commit is contained in:
parent
5003fc7953
commit
39ee6aa252
16 changed files with 253 additions and 366 deletions
|
@ -1,16 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
scope,
|
||||
getPkgs,
|
||||
...
|
||||
}:
|
||||
scope "user.packages"
|
||||
<| getPkgs {
|
||||
inherit (pkgs)
|
||||
mpv
|
||||
imv
|
||||
resonance
|
||||
feishin
|
||||
nicotine-plus
|
||||
;
|
||||
with pkgs;
|
||||
scope "apps" {
|
||||
videoPlayer = mpv;
|
||||
imageViewer = imv;
|
||||
musicPlayer = resonance;
|
||||
streamPlayer = feishin;
|
||||
soulSeek = nicotine-plus;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue