commit a407cc57fb58bb8d07c1ed02fa4341c91b788ec1
parent b004286f4933a75b540ea36c632f623404f71066
Author: mtmn <miro@haravara.org>
Date: Mon, 20 Apr 2026 22:38:17 +0200
void: mntmenu alias, supercollider
Diffstat:
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -39,6 +39,7 @@
prek
gh
gh-enhance
+ pinact
];
ci = [
@@ -151,6 +152,18 @@
gleam
];
+ supercollider =
+ [
+ supercollider
+ ]
+ ++ (with supercolliderPlugins; [
+ sc3-plugins
+ ])
+ ++ (with haskellPackages; [
+ tidal-core
+ tidal
+ ]);
+
lua =
(with luaPackages; [
fennel
diff --git a/modules/mixins/dotfiles/config/shell/rc/aliased-short-names b/modules/mixins/dotfiles/config/shell/rc/aliased-short-names
@@ -4,6 +4,7 @@ alias pw='LC_ALL=C tr -dc a-zA-Z0-9 < /dev/urandom | head -c 20; echo'
alias fg='cdg && magdalena look-file && cd -'
alias f='magdalena look-file'
+alias m='mntmenu'
alias p='pmn'
alias l='ls'