Compare commits
2 commits
bb6eb4c6d2
...
52c079282d
Author | SHA1 | Date | |
---|---|---|---|
52c079282d | |||
11a4e2a8bc |
2 changed files with 7 additions and 1 deletions
6
home/programs/media/easyeffects.nix
Normal file
6
home/programs/media/easyeffects.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
preset = "tangzu_eq";
|
||||
};
|
||||
}
|
|
@ -63,6 +63,7 @@
|
|||
};
|
||||
};
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
gamemode.enable = true;
|
||||
appimage = {
|
||||
enable = true;
|
||||
|
@ -91,7 +92,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nil
|
||||
dconf
|
||||
libvirt
|
||||
qemu_kvm
|
||||
zulu
|
||||
|
|
Loading…
Reference in a new issue