feat: animu night no longer discord requiring

This commit is contained in:
Kat Inskip 2025-11-14 10:13:57 -08:00
parent 7e70c182e5
commit ca97476a47
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 91 additions and 23 deletions

View file

@ -58,6 +58,12 @@ in {
"${getExe import-gsettings}"
];
}
{
command = [
(packageExe' "easyeffects")
"-w"
];
}
{
command = [
"${systemctl}"

View file

@ -1,6 +1,5 @@
{tree, ...}: {
imports = with tree.home.profiles; [
shell
neovim
];
}

View file

@ -0,0 +1,5 @@
{tree, ...}: {
imports = with tree.home.profiles; [
neovim
];
}