added plugin folders to home manager
This commit is contained in:
Binary file not shown.
+10
-1
@@ -1,6 +1,15 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.activation.createAudioDirectories =
|
||||||
|
lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
|
mkdir -p \
|
||||||
|
"$HOME/.local/share/audio/vst" \
|
||||||
|
"$HOME/.local/share/audio/vst3" \
|
||||||
|
"$HOME/.local/share/audio/ladspa" \
|
||||||
|
"$HOME/.local/share/audio/dssi"
|
||||||
|
'';
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
steam
|
steam
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user